Commit 5e2c73de6951ed8c45a34e451ad38aeafc3143ec
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,7 +41,8 @@ AM_CPPFLAGS = \ | ||
| 41 | -include $(top_builddir)/config.h \ | 41 | -include $(top_builddir)/config.h \ |
| 42 | -DSYSCONFDIR=\""$(sysconfdir)"\" \ | 42 | -DSYSCONFDIR=\""$(sysconfdir)"\" \ |
| 43 | -DLIBEXECDIR=\""$(libexecdir)"\" \ | 43 | -DLIBEXECDIR=\""$(libexecdir)"\" \ |
| 44 | - -I${top_srcdir}/src | 44 | + -I${top_srcdir}/src \ |
| 45 | + -I${top_builddir}/src | ||
| 45 | 46 | ||
| 46 | AM_CFLAGS = ${my_CFLAGS} | 47 | AM_CFLAGS = ${my_CFLAGS} |
| 47 | 48 |