From 9a549fbf8354a5a8baea8a3f46e563d31c3829b0 Mon Sep 17 00:00:00 2001 From: kuepper Date: Sat, 16 Dec 2006 22:01:46 +0000 Subject: [PATCH] * Makefile.am (EXTRA_DIST): Distribute exactly the necessary files --- eo/tutorial/Templates/ChangeLog | 2 ++ eo/tutorial/Templates/Makefile.am | 25 ++++++++----------------- 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/eo/tutorial/Templates/ChangeLog b/eo/tutorial/Templates/ChangeLog index 3addd962f..7b816d72d 100644 --- a/eo/tutorial/Templates/ChangeLog +++ b/eo/tutorial/Templates/ChangeLog @@ -1,5 +1,7 @@ 2006-12-16 Jochen Küpper + * Makefile.am (EXTRA_DIST): Distribute exactly the necessary files + * EO.tpl, MyStructEA.cpp, MyStructSEA.cpp, make_MyStruct.cpp: Use correct names for includes. diff --git a/eo/tutorial/Templates/Makefile.am b/eo/tutorial/Templates/Makefile.am index 4a31c6d76..2f57eb230 100644 --- a/eo/tutorial/Templates/Makefile.am +++ b/eo/tutorial/Templates/Makefile.am @@ -1,23 +1,14 @@ EXTRA_DIST = EO.tpl \ - MakeSimple.tmpl \ - Makefile.tmpl \ - MyStructEA.cpp \ - MyStructLibEA.cpp \ - MyStructSEA.cpp \ - README \ - binCrossover.tmpl \ - continue.tmpl \ - create.sh \ - createSimple \ eoMyStruct.tmpl \ evalFunc.tmpl \ init.tmpl \ - lessOffspringExternalSelectorGenOp.tmpl \ - lessOffspringSameSelectorGenOp.tmpl \ - make_MyStruct.cpp \ - make_genotype_MyStruct.h \ - make_op_MyStruct.h \ - moreOffspringGenOp.tmpl \ mutation.tmpl \ quadCrossover.tmpl \ - stat.tmpl + MyStructSEA.cpp \ + stat.tmpl \ + README \ + README.manual \ + README.tmpl \ + configure.ac.tmpl \ + Makefile.am.top-tmpl \ + Makefile.am.src-tmpl