Explorar el Código

Merge pull request #106 from yegorich/oos-build

Enable out-of-source build
Stéphane Raimbault hace 12 años
padre
commit
5e2c73de69
Se han modificado 1 ficheros con 2 adiciones y 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}