fix parallel build
This commit is contained in:
parent
8394e604f0
commit
1707ec7fbf
3 changed files with 3 additions and 9 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue