]> git.mxchange.org Git - simgear.git/commitdiff
Tweaks for final 0.53
authorcurt <curt>
Wed, 2 Sep 1998 21:30:58 +0000 (21:30 +0000)
committercurt <curt>
Wed, 2 Sep 1998 21:30:58 +0000 (21:30 +0000)
Misc/Makefile.am

index 56a51a8fcd7ace3e77f03d1fefc43acad867c1da..e35acf4f281308231cd2a6a784c5dc7c9fcd8e9c 100644 (file)
@@ -3,7 +3,9 @@
 noinst_LIBRARIES = libMisc.a
 
 libMisc_a_SOURCES = \
 noinst_LIBRARIES = libMisc.a
 
 libMisc_a_SOURCES = \
-       fgstream.cxx \
-       zfstream.cxx
+       fgstream.cxx fgstream.hxx \
+       stopwatch.hxx \
+       strutils.cxx strutils.hxx \
+       zfstream.cxx zfstream.hxx
 
 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
 
 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib