X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=Makefile.am;h=77706d61da6f08dfc00e657467e94c441664c551;hb=2bdd4fe440ea0c4a824f7566cf574b17dfbd12b6;hp=2d61fca186ae3fadf33051256dd14460cd726688;hpb=3c2c5b947dc89cff325e7d42a0a354f80536d343;p=genetic.git diff --git a/Makefile.am b/Makefile.am index 2d61fca..77706d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ AUTOMAKE_OPTIONS = gnu subdir-objects ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} +AM_CXXFLAGS=-std=c++11 EXTRA_DIST = \ config.rpath @@ -23,6 +24,8 @@ CLEANFILES = \ %~ \ doxyfile.stamp +SUBDIRS = . tests + bin_PROGRAMS = bin/genetic dist_noinst_SCRIPTS = autogen.sh @@ -31,9 +34,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 = \