]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/Makefile.am
Cygwin fixes.
[simgear.git] / simgear / misc / Makefile.am
index f54ba13987e918b01b9e01a1d327bcc3eae11362..4e9b64ee19b1fcfdb3b01ede340175e13d6fabb0 100644 (file)
@@ -10,7 +10,8 @@ include_HEADERS = \
        tabbed_values.hxx \
        texcoord.hxx \
        zfstream.hxx \
-       interpolator.hxx
+       interpolator.hxx \
+       stdint.hxx
 
 libsgmisc_a_SOURCES = \
        sg_path.cxx \
@@ -21,7 +22,7 @@ libsgmisc_a_SOURCES = \
        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 = \
@@ -29,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)