]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/Makefile.am
Cygwin fixes.
[simgear.git] / simgear / misc / Makefile.am
index d8a4555f17b98d019f79ffee52b1ed7a7524d541..4e9b64ee19b1fcfdb3b01ede340175e13d6fabb0 100644 (file)
@@ -9,7 +9,9 @@ include_HEADERS = \
        strutils.hxx \
        tabbed_values.hxx \
        texcoord.hxx \
-       zfstream.hxx
+       zfstream.hxx \
+       interpolator.hxx \
+       stdint.hxx
 
 libsgmisc_a_SOURCES = \
        sg_path.cxx \
@@ -17,9 +19,10 @@ libsgmisc_a_SOURCES = \
        strutils.cxx \
        tabbed_values.cxx \
        texcoord.cxx \
-       zfstream.cxx
+       zfstream.cxx \
+       interpolator.cxx
 
-noinst_PROGRAMS = tabbed_value_test
+noinst_PROGRAMS = tabbed_value_test swap_test
 
 tabbed_value_test_SOURCES = tabbed_values_test.cxx
 tabbed_value_test_LDADD = \
@@ -27,4 +30,6 @@ tabbed_value_test_LDADD = \
        $(top_builddir)/simgear/xml/libsgxml.a \
        $(top_builddir)/simgear/debug/libsgdebug.a
 
+swap_test_SOURCES = swap_test.cpp
+
 INCLUDES = -I$(top_srcdir)