Fix more test/util linkage for sgmath depending on sgstructure.
This commit is contained in:
parent
0f4f044a94
commit
b2d4612beb
3 changed files with 4 additions and 2 deletions
|
@ -16,6 +16,6 @@ libAirports_a_SOURCES = \
|
||||||
xmlloader.cxx xmlloader.hxx
|
xmlloader.cxx xmlloader.hxx
|
||||||
|
|
||||||
calc_loc_SOURCES = calc_loc.cxx
|
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
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|
||||||
|
|
|
@ -14,6 +14,7 @@ MIDGsmooth_SOURCES = \
|
||||||
|
|
||||||
MIDGsmooth_LDADD = \
|
MIDGsmooth_LDADD = \
|
||||||
-lsgio -lsgserial -lsgtiming -lsgmath -lsgbucket -lsgmisc -lsgdebug \
|
-lsgio -lsgserial -lsgtiming -lsgmath -lsgbucket -lsgmisc -lsgdebug \
|
||||||
|
-lsgstructure \
|
||||||
-lplibnet -lplibul \
|
-lplibnet -lplibul \
|
||||||
$(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz
|
$(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz
|
||||||
|
|
||||||
|
|
|
@ -11,4 +11,5 @@ normalmap_SOURCES = normalmap.cxx
|
||||||
normalmap_LDADD = -lsgscreen $(opengl_LIBS) $(base_LIBS) -lz
|
normalmap_LDADD = -lsgscreen $(opengl_LIBS) $(base_LIBS) -lz
|
||||||
|
|
||||||
photomodel_SOURCES = photomodel.cxx
|
photomodel_SOURCES = photomodel.cxx
|
||||||
photomodel_LDADD = $(base_LIBS) -lsgbucket -lsgmath -lsgmisc -lsgdebug
|
photomodel_LDADD = $(base_LIBS) -lsgbucket -lsgmath -lsgmisc -lsgdebug \
|
||||||
|
-lsgstructure
|
||||||
|
|
Loading…
Add table
Reference in a new issue