]> git.mxchange.org Git - simgear.git/blobdiff - Misc/Makefile.am
FreeBSD support.
[simgear.git] / Misc / Makefile.am
index 56a51a8fcd7ace3e77f03d1fefc43acad867c1da..e35acf4f281308231cd2a6a784c5dc7c9fcd8e9c 100644 (file)
@@ -3,7 +3,9 @@
 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