]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/Makefile.am
Fix line endings
[simgear.git] / simgear / misc / Makefile.am
index 980e032164ce1b5310b9df485e8659fe79ec0d14..4a4b1fb607c7b429e422386d9ea94f2add7e6a1a 100644 (file)
@@ -11,7 +11,10 @@ include_HEADERS = \
        texcoord.hxx \
        zfstream.hxx \
        interpolator.hxx \
-       stdint.hxx
+       stdint.hxx \
+       PathOptions.hxx \
+       sg_dir.hxx \
+       ResourceManager.hxx 
 
 libsgmisc_a_SOURCES = \
        sg_path.cxx \
@@ -20,15 +23,18 @@ libsgmisc_a_SOURCES = \
        tabbed_values.cxx \
        texcoord.cxx \
        zfstream.cxx \
-       interpolator.cxx
+       interpolator.cxx \
+       PathOptions.cxx \
+       sg_dir.cxx \
+       ResourceManager.cxx 
 
-noinst_PROGRAMS = tabbed_value_test swap_test
+#noinst_PROGRAMS = tabbed_value_test swap_test
 
-tabbed_value_test_SOURCES = tabbed_values_test.cxx
-tabbed_value_test_LDADD = \
-       libsgmisc.a \
-       $(top_builddir)/simgear/xml/libsgxml.a \
-       $(top_builddir)/simgear/debug/libsgdebug.a
+#tabbed_value_test_SOURCES = tabbed_values_test.cxx
+#tabbed_value_test_LDADD = \
+#      libsgmisc.a \
+#      $(top_builddir)/simgear/xml/libsgxml.a \
+#      $(top_builddir)/simgear/debug/libsgdebug.a
 
 $(top_builddir)/simgear/xml/libsgxml.a:
        cd $(top_builddir)/simgear/xml && $(MAKE) $(AM_MAKEFLAGS) libsgxml.a
@@ -36,6 +42,6 @@ $(top_builddir)/simgear/xml/libsgxml.a:
 $(top_builddir)/simgear/debug/libsgdebug.a:
        cd $(top_builddir)/simgear/debug && $(MAKE) $(AM_MAKEFLAGS) libsgdebug.a
 
-swap_test_SOURCES = swap_test.cpp
+#swap_test_SOURCES = swap_test.cpp
 
 INCLUDES = -I$(top_srcdir)