]> git.mxchange.org Git - flightgear.git/commitdiff
Remove fgjs from the makefile for the 0.7.7 release.
authorcurt <curt>
Mon, 18 Jun 2001 18:09:47 +0000 (18:09 +0000)
committercurt <curt>
Mon, 18 Jun 2001 18:09:47 +0000 (18:09 +0000)
src/Input/Makefile.am

index 1c5a25cdb15cc1f0cefd7a561815879efeb28082..c6f939a17e18c45b6875ce917c9d3d0319ec72a7 100644 (file)
@@ -8,8 +8,8 @@ js_demo_SOURCES = js_demo.cxx
 
 js_demo_LDADD = $(audio_LIBS)
 
-fgjs_SOURCES = fgjs.cxx jsinput.cxx jsinput.h jssuper.cxx jssuper.h
+fgjs_SOURCES = fgjs.cxx jsinput.cxx jsinput.h jssuper.cxx jssuper.h
 
-fgjs_LDADD = $(audio_LIBS)
+fgjs_LDADD = $(audio_LIBS)
 
 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src