Integrate Command Library.
[genetic.git] / Makefile.am
index 92104cc7b79e72e146ac31772856bc8306cacb8b..5dedfeaa88ac77ce2cd84472c5001160694fbdcc 100644 (file)
@@ -23,7 +23,7 @@ CLEANFILES = \
 
 SUBDIRS = include . tests docs
 
-noinst_PROGRAMS = bin_genetic
+noinst_PROGRAMS = bin/genetic
 
 dist_noinst_SCRIPTS = autogen.sh
 
@@ -34,8 +34,7 @@ nodist_bin_genetic_SOURCES = \
 bin_genetic_CPPFLAGS = \
     $(bin_genetic_CFLAGS) \
     -I$(top_srcdir)/include \
-    -Wall -pedantic -Wextra \
-    -Wl,--export-dynamic
+    -Wall -pedantic -Wextra
 
 bin_genetic_LDADD = \
     $(bin_genetic_LIBS)