X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInput%2FMakefile.am;h=4436e28b5aa6c5dfe34f9a1a12f574b39f65be0a;hb=2ea50c63bbb95e143662de2f136c79898236e38d;hp=c6ec7dba17c073967239cbee27a0d2fbc6542d17;hpb=2936c45923ce65c0130de582f75835a57e607739;p=flightgear.git diff --git a/src/Input/Makefile.am b/src/Input/Makefile.am index c6ec7dba1..4436e28b5 100644 --- a/src/Input/Makefile.am +++ b/src/Input/Makefile.am @@ -47,7 +47,7 @@ js_demo_LDADD = $(js_demo_PLIB_LIBS) $(base_LIBS) $(joystick_LIBS) fgjs_SOURCES = fgjs.cxx jsinput.cxx jsinput.h jssuper.cxx jssuper.h fgjs_LDADD = $(js_demo_PLIB_LIBS) $(base_LIBS) $(joystick_LIBS) \ - -lsgprops -lsgmisc -lsgio -lsgdebug -lsgstructure -lsgxml -lz + -lsgprops -lsgmisc -lsgio -lsgdebug -lsgstructure -lsgxml -lz $(network_LIBS) INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/Main \ $(libInput_Event_INCLUDES)