Updating Makefile.am to compile t-eo2dVector.h
This commit is contained in:
parent
90d6310aef
commit
f395b6d93e
1 changed files with 8 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ LDADDS = $(top_builddir)/src/libeo.a
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
noinst_PROGRAMS = t-eogeneration t-eobreeder t-eoinclusion t-eoinsertion t-eo t-eofitness t-eoproblem t-eobin t-eolottery
|
noinst_PROGRAMS = t-eobreeder t-eoinclusion t-eoinsertion t-eo t-eofitness t-eoproblem t-eobin t-eolottery t-eo2dVector t-eogeneration
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
|
@ -74,3 +74,10 @@ t_eolottery_LDFLAGS = -lm
|
||||||
t_eolottery_LDADD = $(LDADDS)
|
t_eolottery_LDADD = $(LDADDS)
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
t_eo2dVector_SOURCES = t-eo2dVector.cc
|
||||||
|
t_eo2dVector_DEPENDENCIES = $(DEPS)
|
||||||
|
t_eo2dVector_LDFLAGS = -lm
|
||||||
|
t_eo2dVector_LDADD = $(LDADDS)
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
|
|
||||||
Reference in a new issue