Solve a dependancy problem
This commit is contained in:
parent
fc9f7069ca
commit
6aaec038f8
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue