]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/Makefile.am
Added static port system and a new altimeter model connected to it.
[flightgear.git] / src / Input / Makefile.am
index 1c5a25cdb15cc1f0cefd7a561815879efeb28082..726ca90b946dae23844eca8ccd59d8f28f181755 100644 (file)
@@ -6,10 +6,10 @@ bin_PROGRAMS = js_demo fgjs
 
 js_demo_SOURCES = js_demo.cxx
 
-js_demo_LDADD = $(audio_LIBS)
+js_demo_LDADD = $(audio_LIBS) -lplibul
 
 fgjs_SOURCES = fgjs.cxx jsinput.cxx jsinput.h jssuper.cxx jssuper.h
 
-fgjs_LDADD = $(audio_LIBS)
+fgjs_LDADD = $(audio_LIBS) -lplibul
 
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src