]> git.mxchange.org Git - flightgear.git/commitdiff
Replace plib/net.h by SimGear
authorFrederic Bouvier <fredfgfs01@free.fr>
Wed, 5 Jan 2011 16:54:38 +0000 (17:54 +0100)
committerFrederic Bouvier <fredfgfs01@free.fr>
Wed, 5 Jan 2011 16:54:38 +0000 (17:54 +0100)
utils/GPSsmooth/Makefile.am

index c0d4edebd4767d1f0514166a2e087a384ececf0f..fb4127c1ad8683274e9a98a7cf48d4a396ebb19c 100644 (file)
@@ -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 = \