X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=configure.ac;h=25a8fedc43ae60d9e071281cdf6189143565d541;hb=91a0dc691efff2a35f9d2089be485117b426a04c;hp=04d60ccf1f47693f39b972c2189580b2f287dcdf;hpb=5bdb3f61e9897d13c8b4a69dea6fbf492a7d0e94;p=genetic.git diff --git a/configure.ac b/configure.ac index 04d60cc..25a8fed 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,11 @@ AC_PREREQ([2.59]) AM_INIT_AUTOMAKE([1.10 -Wall]) AC_CONFIG_HEADERS([config.h]) AC_PROG_CXX -AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([ + Makefile + tests/Makefile + tests/gene/Makefile +]) AC_OUTPUT