]> git.mxchange.org Git - flightgear.git/commitdiff
Add *.h files to Makefile.am so they get included in the .tar.gz
authorcurt <curt>
Thu, 14 Jun 2001 22:23:58 +0000 (22:23 +0000)
committercurt <curt>
Thu, 14 Jun 2001 22:23:58 +0000 (22:23 +0000)
src/Input/Makefile.am

index a5b1a4524cde816695864d1b943fd29612f8a4bc..1c5a25cdb15cc1f0cefd7a561815879efeb28082 100644 (file)
@@ -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)