X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2FMakefile.am;h=ae696e797011e28f4f35a706392a478d0b1cc864;hb=e4e31be7d43569a92a5d9fa7e784381b66cbd95a;hp=dd4e6e416bcbd1cb8c9c8f3eb47c4231adca62da;hpb=9cbbe5559844317f44744788ddb308101a1e75e9;p=simgear.git diff --git a/simgear/misc/Makefile.am b/simgear/misc/Makefile.am index dd4e6e41..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,7 +25,10 @@ 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