Explorar o código

Merge pull request #106 from yegorich/oos-build

Enable out-of-source build
Stéphane Raimbault %!s(int64=12) %!d(string=hai) anos
pai
achega
5e2c73de69
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      tests/Makefile.am

+ 2 - 1
tests/Makefile.am

@@ -41,7 +41,8 @@ AM_CPPFLAGS = \
     -include $(top_builddir)/config.h \
     -DSYSCONFDIR=\""$(sysconfdir)"\" \
     -DLIBEXECDIR=\""$(libexecdir)"\" \
-    -I${top_srcdir}/src
+    -I${top_srcdir}/src \
+    -I${top_builddir}/src
 
 AM_CFLAGS = ${my_CFLAGS}