From 88840fe45b49464642181007c5a6df1bc951bade Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 27 Feb 2014 08:03:35 -0500 Subject: build: Fix srcdir != builddir from git Make it possible to build the source out-of-tree. The gnome-continuous build system does this by default. Signed-off-by: Colin Walters [rydberg@euromail.se: Resolve merge conflict] Signed-off-by: Henrik Rydberg --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 317e237..9f30411 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,7 +18,7 @@ libmtdev_la_SOURCES = \ AM_CFLAGS = $(CWARNFLAGS) #-DMTDEV_NO_LEGACY_ABI -AM_CPPFLAGS = -I$(top_srcdir)/include/ +AM_CPPFLAGS = -I$(top_srcdir)/include/ -I$(srcdir) libmtdevincludedir = $(includedir) libmtdevinclude_HEADERS = \ -- cgit v1.2.3