From d2eb835c84c36690e8a4c5359e413f5e67af66a7 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 14 Jun 2001 22:23:58 +0000 Subject: [PATCH] Add *.h files to Makefile.am so they get included in the .tar.gz --- src/Input/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Input/Makefile.am b/src/Input/Makefile.am index a5b1a4524..1c5a25cdb 100644 --- a/src/Input/Makefile.am +++ b/src/Input/Makefile.am @@ -8,7 +8,7 @@ js_demo_SOURCES = js_demo.cxx js_demo_LDADD = $(audio_LIBS) -fgjs_SOURCES = fgjs.cxx jsinput.cxx jssuper.cxx +fgjs_SOURCES = fgjs.cxx jsinput.cxx jsinput.h jssuper.cxx jssuper.h fgjs_LDADD = $(audio_LIBS) -- 2.39.5