Replace plib/net.h by SimGear
This commit is contained in:
parent
ef4c4ac1f5
commit
4d4c12bfa0
1 changed files with 4 additions and 4 deletions
|
@ -5,9 +5,9 @@ GPSsmooth_LDFLAGS = $(plib_FRAMEWORK)
|
||||||
MIDGsmooth_LDFLAGS = $(plib_FRAMEWORK)
|
MIDGsmooth_LDFLAGS = $(plib_FRAMEWORK)
|
||||||
UGsmooth_LDFLAGS = $(plib_FRAMEWORK)
|
UGsmooth_LDFLAGS = $(plib_FRAMEWORK)
|
||||||
else
|
else
|
||||||
GPSsmooth_PLIB_LIBS = -lplibnet -lplibul
|
GPSsmooth_PLIB_LIBS = -lplibul
|
||||||
MIDGsmooth_PLIB_LIBS = -lplibnet -lplibul
|
MIDGsmooth_PLIB_LIBS = -lplibul
|
||||||
UGsmooth_PLIB_LIBS = -lplibnet -lplibul
|
UGsmooth_PLIB_LIBS = -plibul
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ GPSsmooth_SOURCES = \
|
||||||
gps_main.cxx
|
gps_main.cxx
|
||||||
|
|
||||||
GPSsmooth_LDADD = \
|
GPSsmooth_LDADD = \
|
||||||
$(GPSsmooth_PLIB_LIBS) -lsgtiming -lsgmisc -lsgdebug \
|
$(GPSsmooth_PLIB_LIBS) -lsgtiming -lsgmisc -lsgdebug -lsgio \
|
||||||
$(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz
|
$(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz
|
||||||
|
|
||||||
MIDGsmooth_SOURCES = \
|
MIDGsmooth_SOURCES = \
|
||||||
|
|
Loading…
Add table
Reference in a new issue