X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2FMakefile.am;h=ae696e797011e28f4f35a706392a478d0b1cc864;hb=e4e31be7d43569a92a5d9fa7e784381b66cbd95a;hp=4a4b1fb607c7b429e422386d9ea94f2add7e6a1a;hpb=289e768ca527ac9e859ed06501847acf45291243;p=simgear.git diff --git a/simgear/misc/Makefile.am b/simgear/misc/Makefile.am index 4a4b1fb6..ae696e79 100644 --- a/simgear/misc/Makefile.am +++ b/simgear/misc/Makefile.am @@ -14,7 +14,8 @@ include_HEADERS = \ stdint.hxx \ PathOptions.hxx \ sg_dir.hxx \ - ResourceManager.hxx + ResourceManager.hxx \ + sg_sleep.hxx libsgmisc_a_SOURCES = \ sg_path.cxx \ @@ -26,7 +27,8 @@ libsgmisc_a_SOURCES = \ interpolator.cxx \ PathOptions.cxx \ sg_dir.cxx \ - ResourceManager.cxx + ResourceManager.cxx \ + sg_sleep.cxx #noinst_PROGRAMS = tabbed_value_test swap_test