1
0
Fork 0

Solve a dependancy problem

This commit is contained in:
ehofman 2003-08-28 09:17:19 +00:00
parent fc9f7069ca
commit 6aaec038f8
2 changed files with 4 additions and 4 deletions

View file

@ -8,12 +8,12 @@ testarray_SOURCES = testarray.cxx
testarray_LDADD = \
$(top_builddir)/src/Lib/Array/libArray.a \
-lsgbucket -lsgmath -lsgmisc -lsgdebug -lsgxml -lz
-lsgbucket -lsgmath -lsgmisc -lsgdebug -lsgxml -lz -lgts
testgts_SOURCES = testgts.cxx
testgts_LDADD = \
$(top_builddir)/src/Lib/Array/libArray.a \
-lsgbucket -lsgmath -lsgmisc -lsgdebug -lsgxml -lz
-lsgbucket -lsgmath -lsgmisc -lsgdebug -lsgxml -lz -lgts
INCLUDES = -I$(top_srcdir)/src

View file

@ -4,10 +4,10 @@ arrayfit_SOURCES = arrayfit.cxx
arrayfit_LDADD = \
$(top_builddir)/src/Lib/Array/libArray.a \
-lsgbucket -lsgmath -lsgmisc -lsgdebug -lsgxml -lz
-lsgbucket -lsgmath -lsgmisc -lsgdebug -lsgxml -lz -lgts
demo_SOURCES = demo.cxx
demo_LDADD = -lz
demo_LDADD = -lz -lgts
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/Lib