X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=utils%2FGPSsmooth%2FMakefile.am;h=33bd559874148d8137af9a51680222ef4f27cbe6;hb=6f9f5338c090c30448cdb71f44f5e3f72429d162;hp=fced372c53ae2c1e88b3a56235d32735b39e72bf;hpb=4c2c48b46abca5ab0b392d1fd53da920d7ee413f;p=flightgear.git diff --git a/utils/GPSsmooth/Makefile.am b/utils/GPSsmooth/Makefile.am index fced372c5..33bd55987 100644 --- a/utils/GPSsmooth/Makefile.am +++ b/utils/GPSsmooth/Makefile.am @@ -1,11 +1,20 @@ -noinst_PROGRAMS = GPSsmooth +noinst_PROGRAMS = GPSsmooth MIDGsmooth GPSsmooth_SOURCES = \ gps.cxx gps.hxx \ - main.cxx + gps_main.cxx GPSsmooth_LDADD = \ -lsgtiming -lsgmisc -lsgdebug -lplibnet -lplibul \ - $(joystick_LIBS) $(base_LIBS) -lz + $(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz + +MIDGsmooth_SOURCES = \ + MIDG-II.cxx MIDG-II.hxx \ + MIDG_main.cxx + +MIDGsmooth_LDADD = \ + -lsgio -lsgserial -lsgtiming -lsgmath -lsgbucket -lsgmisc -lsgdebug \ + -lplibnet -lplibul \ + $(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz INCLUDES = -I$(top_srcdir)/src