summaryrefslogtreecommitdiff
path: root/make.tmpl.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-12-14 13:13:45 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2018-12-14 15:14:48 +0100
commit4801919b01de26df9c1940a997a54c47ca5fee5d (patch)
treef6c2ed7d1ca5632def040bd82c3cc6c42c8b2bb9 /make.tmpl.in
parent454024f9576e83dde7c2c2df9a201c3e680bd864 (diff)
downloadlvm2-4801919b01de26df9c1940a997a54c47ca5fee5d.tar.gz
makefiles: local headers first
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 f52a65abd..e52827be3 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -309,7 +309,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$(top_srcdir) -I$(srcdir) -I$(top_builddir)/include
+INCLUDES += -I$(srcdir) -I$(top_srcdir) -I$(top_builddir)/include
#VDO_INCLUDES=-I@VDO_INCLUDE@