Fix building and installing package.
[genetic.git] / configure.ac
index 25a8fedc43ae60d9e071281cdf6189143565d541..d4d776f409dada159878543bc669edc9559248ab 100644 (file)
@@ -1,13 +1,12 @@
-AC_INIT([Genetic], [0.1], [bugz@dlugolecki.net.pl], [genetic], [http://dlugolecki.net.pl/software/genetic/])
-AC_CANONICAL_SYSTEM
+AC_INIT([Genetic], [0.2], [bugz@dlugolecki.net.pl], [genetic], [http://dlugolecki.net.pl/software/genetic/])
 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
 ])
 
 AC_OUTPUT