Browse Source

Merge pull request #106 from yegorich/oos-build

Enable out-of-source build
Stéphane Raimbault 12 năm trước cách đây
mục cha
commit
5e2c73de69
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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}