]> git.mxchange.org Git - flightgear.git/blobdiff - utils/GPSsmooth/Makefile.am
Merge branch 'tbm/graphics-bug' into next
[flightgear.git] / utils / GPSsmooth / Makefile.am
index 396245e94d532a6beb96b5e418957b74fc2f2c07..db6c26365f84ace8f988976652f68a3c144df87b 100644 (file)
@@ -1,4 +1,4 @@
-noinst_PROGRAMS = GPSsmooth MIDGsmooth
+noinst_PROGRAMS = GPSsmooth MIDGsmooth UGsmooth
 
 GPSsmooth_SOURCES = \
        gps.cxx gps.hxx \
@@ -13,7 +13,22 @@ MIDGsmooth_SOURCES = \
        MIDG_main.cxx
 
 MIDGsmooth_LDADD = \
-       -lsgtiming -lsgmath -lsgmisc -lsgdebug -lplibnet -lplibul \
+       -lsgio -lsgserial -lsgtiming -lsgmath -lsgbucket -lsgmisc -lsgdebug \
+        -lsgstructure \
+       -lplibnet -lplibul \
        $(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz
 
+UGsmooth_SOURCES = \
+        UGear.cxx UGear.hxx \
+       UGear_command.cxx UGear_command.hxx \
+        UGear_main.cxx \
+       UGear_opengc.hxx \
+       UGear_telnet.cxx UGear_telnet.hxx
+
+UGsmooth_LDADD = \
+        -lsgio -lsgserial -lsgtiming -lsgmath -lsgbucket -lsgmisc -lsgdebug \
+        -lplibnet -lplibul \
+        $(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz
+
+
 INCLUDES = -I$(top_srcdir)/src