From b2d4612beb57d7b5cc6b22d31236156ecbeade8a Mon Sep 17 00:00:00 2001 From: jmt Date: Fri, 26 Dec 2008 12:38:32 +0000 Subject: [PATCH] Fix more test/util linkage for sgmath depending on sgstructure. --- src/Airports/Makefile.am | 2 +- utils/GPSsmooth/Makefile.am | 1 + utils/Modeller/Makefile.am | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Airports/Makefile.am b/src/Airports/Makefile.am index a87d26c49..73e3398ff 100644 --- a/src/Airports/Makefile.am +++ b/src/Airports/Makefile.am @@ -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 diff --git a/utils/GPSsmooth/Makefile.am b/utils/GPSsmooth/Makefile.am index f44564f59..db6c26365 100644 --- a/utils/GPSsmooth/Makefile.am +++ b/utils/GPSsmooth/Makefile.am @@ -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 diff --git a/utils/Modeller/Makefile.am b/utils/Modeller/Makefile.am index 58a47e01b..2d588757f 100644 --- a/utils/Modeller/Makefile.am +++ b/utils/Modeller/Makefile.am @@ -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