X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/c5dbcd7993b17ddb2bbe9207f48408654cfd18ba..1798e51d3e57936e9bf44d102bd68e4b7f759a0e:/configure.ac diff --git a/configure.ac b/configure.ac index b022b46..c152c92 100644 --- a/configure.ac +++ b/configure.ac @@ -64,7 +64,7 @@ AC_ARG_WITH([python], [do not build Python support])], [want_python=$withval]) -subdirs="scripts lib clients doc examples debian tests" +subdirs="scripts lib clients doc examples debian" if test $want_server = yes; then subdirs="${subdirs} server plugins driver templates sounds images" @@ -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