X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2FMakefile.am;h=ae696e797011e28f4f35a706392a478d0b1cc864;hb=e4e31be7d43569a92a5d9fa7e784381b66cbd95a;hp=db9181ba88d648d93e96af14a1207c0a42505160;hpb=4efa087cd1276f73cf5c96807a3ef9c8954a2266;p=simgear.git diff --git a/simgear/misc/Makefile.am b/simgear/misc/Makefile.am index db9181ba..ae696e79 100644 --- a/simgear/misc/Makefile.am +++ b/simgear/misc/Makefile.am @@ -12,7 +12,10 @@ include_HEADERS = \ zfstream.hxx \ interpolator.hxx \ stdint.hxx \ - PathOptions.hxx + PathOptions.hxx \ + sg_dir.hxx \ + ResourceManager.hxx \ + sg_sleep.hxx libsgmisc_a_SOURCES = \ sg_path.cxx \ @@ -22,15 +25,18 @@ libsgmisc_a_SOURCES = \ texcoord.cxx \ zfstream.cxx \ interpolator.cxx \ - PathOptions.cxx + PathOptions.cxx \ + sg_dir.cxx \ + ResourceManager.cxx \ + sg_sleep.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 @@ -38,6 +44,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)