]> git.mxchange.org Git - flightgear.git/commitdiff
Attempt to add -lwinmm for windows builds (untested.)
authorcurt <curt>
Tue, 5 Jul 2005 13:56:03 +0000 (13:56 +0000)
committercurt <curt>
Tue, 5 Jul 2005 13:56:03 +0000 (13:56 +0000)
utils/GPSsmooth/Makefile.am

index 8b3c2eca5e8da102234644c1fef6972feb7af38f..3b463a669ab610cdf1fa960fe13415186742752c 100644 (file)
@@ -4,6 +4,6 @@ GPSsmooth_SOURCES = \
        gps.cxx gps.hxx \
        main.cxx
 
-GPSsmooth_LDADD = -lsgtiming -lsgmisc -lplibnet -lz
+GPSsmooth_LDADD = -lsgtiming -lsgmisc -lplibnet -lz $(joystick_LIBS)
 
 INCLUDES = -I$(top_srcdir)/src