]> git.mxchange.org Git - flightgear.git/blobdiff - utils/GPSsmooth/Makefile.am
Add some initial support for reading live data from a serial port (and
[flightgear.git] / utils / GPSsmooth / Makefile.am
index 396245e94d532a6beb96b5e418957b74fc2f2c07..33bd559874148d8137af9a51680222ef4f27cbe6 100644 (file)
@@ -13,7 +13,8 @@ MIDGsmooth_SOURCES = \
        MIDG_main.cxx
 
 MIDGsmooth_LDADD = \
-       -lsgtiming -lsgmath -lsgmisc -lsgdebug -lplibnet -lplibul \
+       -lsgio -lsgserial -lsgtiming -lsgmath -lsgbucket -lsgmisc -lsgdebug \
+       -lplibnet -lplibul \
        $(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz
 
 INCLUDES = -I$(top_srcdir)/src