1
0
Fork 0

Attempt to add -lwinmm for windows builds (untested.)

This commit is contained in:
curt 2005-07-05 13:56:03 +00:00
parent cac0a9b326
commit 46d9714aaf

View 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