Fix building and installing package.
[genetic.git] / configure.ac
index e8b6f95152f0996a21f72ff30ac879b00b474fa1..d4d776f409dada159878543bc669edc9559248ab 100644 (file)
@@ -1,11 +1,11 @@
 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
 ])