1
0
Fork 0

fix parallel build

This commit is contained in:
Christian Schmitt 2011-08-30 00:14:01 +02:00 committed by Martin Spott
parent 8394e604f0
commit 1707ec7fbf
3 changed files with 3 additions and 9 deletions

View file

@ -5,9 +5,7 @@ dist_pkgdata_DATA = default_priorities.txt
noinst_PROGRAMS = testclipper
testclipper_SOURCES = testclipper.cxx
testclipper_LDADD = \
$(top_builddir)/src/BuildTiles/Clipper/libClipper.a \
testclipper_LDADD = libClipper.a \
$(top_builddir)/src/BuildTiles/Osgb36/libOsgb36.a \
$(top_builddir)/src/BuildTiles/Triangulate/libTriangulate.a \
$(top_builddir)/src/Lib/Polygon/libPolygon.a \

View file

@ -6,9 +6,7 @@ libArray_a_SOURCES = array.cxx array.hxx
bin_PROGRAMS = testarray
testarray_SOURCES = testarray.cxx
testarray_LDADD = \
$(top_builddir)/src/Lib/Array/libArray.a \
testarray_LDADD = libArray.a \
-lsgbucket -lsgmath -lsgmisc -lsgdebug -lsgxml \
$(support_LIBS) -lz

View file

@ -5,9 +5,7 @@ libHGT_a_SOURCES = hgt.cxx hgt.hxx srtmbase.cxx srtmbase.hxx
noinst_PROGRAMS = testhgt
testhgt_SOURCES = testhgt.cxx
testhgt_LDADD = \
$(top_builddir)/src/Lib/HGT/libHGT.a \
testhgt_LDADD = libHGT.a \
-lsgbucket -lsgmisc -lsgdebug -lz -lplibul
INCLUDES = -I$(top_srcdir)/src