From 02ce62548bbb53e6b2349abea7ffbf5aabcb1ccb Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 18 Jun 2001 18:09:47 +0000 Subject: [PATCH] Remove fgjs from the makefile for the 0.7.7 release. --- src/Input/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5