]> git.mxchange.org Git - flightgear.git/blobdiff - utils/GPSsmooth/Makefile.am
Allow setting of NED velocities.
[flightgear.git] / utils / GPSsmooth / Makefile.am
index f68325b8d9849b86765ff99724bd97e653a2e22c..db6c26365f84ace8f988976652f68a3c144df87b 100644 (file)
@@ -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
 
@@ -21,7 +22,8 @@ UGsmooth_SOURCES = \
         UGear.cxx UGear.hxx \
        UGear_command.cxx UGear_command.hxx \
         UGear_main.cxx \
-       UGear_opengc.hxx
+       UGear_opengc.hxx \
+       UGear_telnet.cxx UGear_telnet.hxx
 
 UGsmooth_LDADD = \
         -lsgio -lsgserial -lsgtiming -lsgmath -lsgbucket -lsgmisc -lsgdebug \