1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

makefiles: local headers first

This commit is contained in:
Zdenek Kabelac 2018-12-14 13:13:45 +01:00
parent 454024f957
commit 4801919b01

View File

@ -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@