Remove dependency on gts.
This commit is contained in:
parent
9e1e0881c3
commit
f120c59bf8
1 changed files with 7 additions and 6 deletions
|
@ -2,7 +2,8 @@ noinst_LIBRARIES = libArray.a
|
||||||
|
|
||||||
libArray_a_SOURCES = array.cxx array.hxx
|
libArray_a_SOURCES = array.cxx array.hxx
|
||||||
|
|
||||||
noinst_PROGRAMS = testarray testgts
|
# noinst_PROGRAMS = testarray testgts
|
||||||
|
noinst_PROGRAMS = testarray
|
||||||
|
|
||||||
testarray_SOURCES = testarray.cxx
|
testarray_SOURCES = testarray.cxx
|
||||||
|
|
||||||
|
@ -11,11 +12,11 @@ testarray_LDADD = \
|
||||||
-lsgbucket -lsgmath -lsgmisc -lsgdebug -lsgxml \
|
-lsgbucket -lsgmath -lsgmisc -lsgdebug -lsgxml \
|
||||||
$(support_LIBS) -lz
|
$(support_LIBS) -lz
|
||||||
|
|
||||||
testgts_SOURCES = testgts.cxx
|
# testgts_SOURCES = testgts.cxx
|
||||||
|
|
||||||
testgts_LDADD = \
|
# testgts_LDADD = \
|
||||||
$(top_builddir)/src/Lib/Array/libArray.a \
|
# $(top_builddir)/src/Lib/Array/libArray.a \
|
||||||
-lsgbucket -lsgmath -lsgmisc -lsgdebug -lsgxml \
|
# -lsgbucket -lsgmath -lsgmisc -lsgdebug -lsgxml \
|
||||||
$(support_LIBS) -lz
|
# $(support_LIBS) -lz
|
||||||
|
|
||||||
INCLUDES = -I$(top_srcdir)/src
|
INCLUDES = -I$(top_srcdir)/src
|
||||||
|
|
Loading…
Reference in a new issue