From: curt Date: Mon, 18 Jun 2001 18:09:47 +0000 (+0000) Subject: Remove fgjs from the makefile for the 0.7.7 release. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=02ce62548bbb53e6b2349abea7ffbf5aabcb1ccb;p=flightgear.git Remove fgjs from the makefile for the 0.7.7 release. --- diff --git a/src/Input/Makefile.am b/src/Input/Makefile.am index 1c5a25cdb..c6f939a17 100644 --- a/src/Input/Makefile.am +++ b/src/Input/Makefile.am @@ -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