Commit 5e2c73de6951ed8c45a34e451ad38aeafc3143ec

Authored by Stéphane Raimbault
2 parents 8bb8be2d d97ba9db

Merge pull request #106 from yegorich/oos-build

Enable out-of-source build
Showing 1 changed file with 2 additions and 1 deletions
tests/Makefile.am
... ... @@ -41,7 +41,8 @@ AM_CPPFLAGS = \
41 41 -include $(top_builddir)/config.h \
42 42 -DSYSCONFDIR=\""$(sysconfdir)"\" \
43 43 -DLIBEXECDIR=\""$(libexecdir)"\" \
44   - -I${top_srcdir}/src
  44 + -I${top_srcdir}/src \
  45 + -I${top_builddir}/src
45 46  
46 47 AM_CFLAGS = ${my_CFLAGS}
47 48  
... ...