[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] Pass -I$(top_builddir) to libcompat as it uses config.h



---
 lib/compat/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/compat/Makefile.am b/lib/compat/Makefile.am
index 4debfa2..a312ef3 100644
--- a/lib/compat/Makefile.am
+++ b/lib/compat/Makefile.am
@@ -1,8 +1,8 @@
 ## Process this file with automake to produce Makefile.in
 
 AM_CPPFLAGS = \
-	-idirafter $(top_srcdir)/lib/compat
-
+	-idirafter $(top_srcdir)/lib/compat \
+	-I$(top_builddir)
 
 noinst_LIBRARIES = libcompat.a
 
-- 
1.6.3.3


Reply to: