Explorar o código

libcompat: Add top_builddir to the include path

Needed as the modules use <config.h>.

Signed-off-by: Guillem Jover <guillem@debian.org>
Mikhail Gusarov %!s(int64=17) %!d(string=hai) anos
pai
achega
3898dc1792
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      lib/compat/Makefile.am

+ 2 - 1
lib/compat/Makefile.am

@@ -1,7 +1,8 @@
 ## Process this file with automake to produce Makefile.in
 ## Process this file with automake to produce Makefile.in
 
 
 AM_CPPFLAGS = \
 AM_CPPFLAGS = \
-	-idirafter $(top_srcdir)/lib/compat
+	-idirafter $(top_srcdir)/lib/compat \
+	-I$(top_builddir)
 
 
 
 
 noinst_LIBRARIES = libcompat.a
 noinst_LIBRARIES = libcompat.a