diff --git a/branches/paradiseo-moeo-1.0/src/core/Makefile.am b/branches/paradiseo-moeo-1.0/src/core/Makefile.am new file mode 100644 index 000000000..8e2a6f0cd --- /dev/null +++ b/branches/paradiseo-moeo-1.0/src/core/Makefile.am @@ -0,0 +1,9 @@ +lib_LIBRARIES = libmoeo.a + +libmoeo_a_SOURCES = moeoObjectiveVectorTraits.cpp + +pkginclude_HEADERS = moeoObjectiveVectorTraits.h + +INCLUDES = -I$(EO_DIR)/src/ -I$(top_srcdir)/src/ + +AM_CXXFLAGS = -Wall -ansi -pedantic