From 4d4c12bfa0d9d089ec456b117443d7428e958455 Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Wed, 5 Jan 2011 17:54:38 +0100 Subject: [PATCH] Replace plib/net.h by SimGear --- utils/GPSsmooth/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/GPSsmooth/Makefile.am b/utils/GPSsmooth/Makefile.am index c0d4edebd..fb4127c1a 100644 --- a/utils/GPSsmooth/Makefile.am +++ b/utils/GPSsmooth/Makefile.am @@ -5,9 +5,9 @@ GPSsmooth_LDFLAGS = $(plib_FRAMEWORK) MIDGsmooth_LDFLAGS = $(plib_FRAMEWORK) UGsmooth_LDFLAGS = $(plib_FRAMEWORK) else -GPSsmooth_PLIB_LIBS = -lplibnet -lplibul -MIDGsmooth_PLIB_LIBS = -lplibnet -lplibul -UGsmooth_PLIB_LIBS = -lplibnet -lplibul +GPSsmooth_PLIB_LIBS = -lplibul +MIDGsmooth_PLIB_LIBS = -lplibul +UGsmooth_PLIB_LIBS = -plibul endif @@ -16,7 +16,7 @@ GPSsmooth_SOURCES = \ gps_main.cxx GPSsmooth_LDADD = \ - $(GPSsmooth_PLIB_LIBS) -lsgtiming -lsgmisc -lsgdebug \ + $(GPSsmooth_PLIB_LIBS) -lsgtiming -lsgmisc -lsgdebug -lsgio \ $(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz MIDGsmooth_SOURCES = \ -- 2.39.5