Fix building and installing package.
[genetic.git] / configure.ac
index 6777448535a79e4e4a20c0dc7461c78e0f155dc4..d4d776f409dada159878543bc669edc9559248ab 100644 (file)
@@ -1,15 +1,12 @@
 AC_INIT([Genetic], [0.2], [bugz@dlugolecki.net.pl], [genetic], [http://dlugolecki.net.pl/software/genetic/])
-AC_CANONICAL_SYSTEM
 AC_PREREQ([2.59])
 AM_INIT_AUTOMAKE([1.10 -Wall])
 AC_CONFIG_HEADERS([config.h])
 AC_PROG_CXX
 AC_CONFIG_FILES([
     Makefile
+    include/Makefile
     tests/Makefile
-    tests/gene/Makefile
-    tests/chromosome/Makefile
-    tests/generation/Makefile
 ])
 
 AC_OUTPUT