From 4801919b01de26df9c1940a997a54c47ca5fee5d Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 14 Dec 2018 13:13:45 +0100 Subject: makefiles: local headers first --- make.tmpl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make.tmpl.in') 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@ -- cgit v1.2.1