1
0
Fork 0

Fix more test/util linkage for sgmath depending on sgstructure.

This commit is contained in:
jmt 2008-12-26 12:38:32 +00:00
parent 0f4f044a94
commit b2d4612beb
3 changed files with 4 additions and 2 deletions

View file

@ -16,6 +16,6 @@ libAirports_a_SOURCES = \
xmlloader.cxx xmlloader.hxx
calc_loc_SOURCES = calc_loc.cxx
calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz $(base_LIBS)
calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lsgstructure -lz $(base_LIBS)
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src

View file

@ -14,6 +14,7 @@ MIDGsmooth_SOURCES = \
MIDGsmooth_LDADD = \
-lsgio -lsgserial -lsgtiming -lsgmath -lsgbucket -lsgmisc -lsgdebug \
-lsgstructure \
-lplibnet -lplibul \
$(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz

View file

@ -11,4 +11,5 @@ normalmap_SOURCES = normalmap.cxx
normalmap_LDADD = -lsgscreen $(opengl_LIBS) $(base_LIBS) -lz
photomodel_SOURCES = photomodel.cxx
photomodel_LDADD = $(base_LIBS) -lsgbucket -lsgmath -lsgmisc -lsgdebug
photomodel_LDADD = $(base_LIBS) -lsgbucket -lsgmath -lsgmisc -lsgdebug \
-lsgstructure