X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2FMakefile.am;h=ae696e797011e28f4f35a706392a478d0b1cc864;hb=e4e31be7d43569a92a5d9fa7e784381b66cbd95a;hp=0e0fc94993a0833de1f8dcea4dd5ed0ec4674ae8;hpb=a62a8518b98830f4ca1c3622aa17163ec95f6228;p=simgear.git diff --git a/simgear/misc/Makefile.am b/simgear/misc/Makefile.am index 0e0fc949..ae696e79 100644 --- a/simgear/misc/Makefile.am +++ b/simgear/misc/Makefile.am @@ -13,7 +13,9 @@ include_HEADERS = \ interpolator.hxx \ stdint.hxx \ PathOptions.hxx \ - sg_dir.hxx + sg_dir.hxx \ + ResourceManager.hxx \ + sg_sleep.hxx libsgmisc_a_SOURCES = \ sg_path.cxx \ @@ -24,7 +26,9 @@ libsgmisc_a_SOURCES = \ zfstream.cxx \ interpolator.cxx \ PathOptions.cxx \ - sg_dir.cxx + sg_dir.cxx \ + ResourceManager.cxx \ + sg_sleep.cxx #noinst_PROGRAMS = tabbed_value_test swap_test