From: curt Date: Thu, 14 Jun 2001 22:23:58 +0000 (+0000) Subject: Add *.h files to Makefile.am so they get included in the .tar.gz X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d2eb835c84c36690e8a4c5359e413f5e67af66a7;p=flightgear.git Add *.h files to Makefile.am so they get included in the .tar.gz --- 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)