From 2b9727a4da0e4945e538a00005ef982c6843e2c0 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 18 Jun 2001 20:13:23 +0000 Subject: [PATCH] Ooops, fixed a typo ... --- src/Input/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Input/Makefile.am b/src/Input/Makefile.am index c6f939a17..49b2bcbd2 100644 --- a/src/Input/Makefile.am +++ b/src/Input/Makefile.am @@ -2,7 +2,8 @@ noinst_LIBRARIES = libInput.a libInput_a_SOURCES = input.cxx input.hxx -bin_PROGRAMS = js_demo fgjs +# bin_PROGRAMS = js_demo fgjs +bin_PROGRAMS = js_demo js_demo_SOURCES = js_demo.cxx -- 2.39.5