X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/5330d674656f13820c3426723f7c03bb54a9ef59..1798e51d3e57936e9bf44d102bd68e4b7f759a0e:/configure.ac diff --git a/configure.ac b/configure.ac index 7bf4ebf..c152c92 100644 --- a/configure.ac +++ b/configure.ac @@ -79,6 +79,7 @@ if test $want_gtk = yes; then subdirs="${subdirs} images" fi fi +subdirs="${subdirs} tests" AC_SUBST([subdirs]) # libtool config @@ -99,7 +100,7 @@ if test "x$FINK" != xnone; then AC_CACHE_CHECK([fink install directory],[rjk_cv_finkprefix],[ rjk_cv_finkprefix="`echo "$FINK" | sed 's,/bin/fink$,,'`" ]) - CPPFLAGS="${CPPFLAGS} -I${rjk_cv_finkprefix}/include" + CPPFLAGS="${CPPFLAGS} -I${rjk_cv_finkprefix}/include/gc -I${rjk_cv_finkprefix}/include" if test $want_server = yes; then CPPFLAGS="${CPPFLAGS} -I${rjk_cv_finkprefix}/include/db4" fi @@ -394,5 +395,6 @@ AC_CONFIG_FILES([Makefile debian/Makefile sounds/Makefile python/Makefile - examples/Makefile]) + examples/Makefile + tests/Makefile]) AC_OUTPUT