summaryrefslogtreecommitdiff
path: root/make.tmpl.in
diff options
context:
space:
mode:
authorJoe Thornber <ejt@redhat.com>2018-05-30 14:17:26 +0100
committerJoe Thornber <ejt@redhat.com>2018-05-30 14:17:26 +0100
commit7635df8cce131b07b45024e690e4e6917cceb198 (patch)
treead0f80047808d8f9d209e7179220fe582dd408d5 /make.tmpl.in
parent272ec3fa73c92764ef6fe5466fc367fed66dd7f9 (diff)
downloadlvm2-7635df8cce131b07b45024e690e4e6917cceb198.tar.gz
bcache: switch to storing blocks in a radix tree.
Rather than a hash table. This will make invalidate_fd() more efficient since we can iterate just those blocks that are on a particular dev.
Diffstat (limited to 'make.tmpl.in')
-rw-r--r--make.tmpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index 9d5d36757..1f999ec69 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -306,7 +306,7 @@ LIB_VERSION_DM := $(shell $(AWK) -F '.' '{printf "%s.%s",$$1,$$2}' $(top_srcdir)
LIB_VERSION_APP := $(shell $(AWK) -F '[(). ]' '{printf "%s.%s",$$1,$$4}' $(top_srcdir)/VERSION)
-INCLUDES += -I$(srcdir) -I$(top_builddir)/include
+INCLUDES += -I$(top_srcdir) -I$(srcdir) -I$(top_builddir)/include
INC_LNS = $(top_builddir)/include/.symlinks_created