X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/5330d674656f13820c3426723f7c03bb54a9ef59..902b7f9d095cc888d9482a77ca5aec9ec4341352:/configure.ac diff --git a/configure.ac b/configure.ac index 7bf4ebf..b022b46 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" +subdirs="scripts lib clients doc examples debian tests" if test $want_server = yes; then subdirs="${subdirs} server plugins driver templates sounds images" @@ -394,5 +394,6 @@ AC_CONFIG_FILES([Makefile debian/Makefile sounds/Makefile python/Makefile - examples/Makefile]) + examples/Makefile + tests/Makefile]) AC_OUTPUT