Attempt to add -lwinmm for windows builds (untested.)
This commit is contained in:
parent
cac0a9b326
commit
46d9714aaf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue