mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
makefiles: local headers first
This commit is contained in:
parent
454024f957
commit
4801919b01
@ -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)
|
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@
|
#VDO_INCLUDES=-I@VDO_INCLUDE@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user