Added LinearRankSelection.
[genetic.git] / Makefile.am
index 2d61fca186ae3fadf33051256dd14460cd726688..c54316149ee7fadccb162c40ed26313dfd07fa70 100644 (file)
@@ -1,5 +1,6 @@
 AUTOMAKE_OPTIONS = gnu subdir-objects
 ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
+AM_CXXFLAGS=-std=c++11
 
 EXTRA_DIST = \
     config.rpath
@@ -31,9 +32,8 @@ bin_genetic_SOURCES = \
 
 bin_genetic_CPPFLAGS = \
     $(bin_genetic_CFLAGS) \
-    -Wall -pedantic -Wextra \
-    @GEDCOM_CFLAGS@ \
     -I$(top_srcdir)/src \
+    -Wall -pedantic -Wextra \
     -Wl,--export-dynamic
 
 bin_genetic_LDADD = \