]> git.mxchange.org Git - flightgear.git/commitdiff
Added a Lib/Misc/ subdirectory.
authorcurt <curt>
Tue, 1 Sep 1998 18:58:56 +0000 (18:58 +0000)
committercurt <curt>
Tue, 1 Sep 1998 18:58:56 +0000 (18:58 +0000)
Makefile.am
Thanks
configure.in

index b647fb589ea90a8526180bb629cf1dd506e8e6d7..33469a78a79c0e6d1e050457ac17ae09414322a7 100644 (file)
@@ -1,7 +1,7 @@
 SUBDIRS = Include Lib Simulator Tools Tests
 
-EXTRA_DIST = Makefile.extra README.Unix README.Win32 README.autoconf \
-       README.running Thanks acsite.m4
+EXTRA_DIST = Makefile.extra README.Unix README.Linux README.Win32 \
+       README.autoconf README.running Thanks acsite.m4
 
 dist-hook:
        tar cf - Hints | (cd $(distdir); tar xvf -)
diff --git a/Thanks b/Thanks
index 7abada1ee44aab42eef83fc73f2c527a6d01821d..4f52bc136d3ed7e94dc5be3be0e28e8abf32650b 100644 (file)
--- a/Thanks
+++ b/Thanks
@@ -35,6 +35,10 @@ Bernie Bright <bbright@c031.aone.net.au>
   Many C++ style, usage, and implimentation improvements.
 
 
+Bernhard H. Buckel <buckel@wmad95.mathematik.uni-wuerzburg.de>
+  Contributed the README.Linux
+
+
 Gene Buckle <geneb@nwlink.com>
   Gene has done a lot of work getting FG to compile with the MSVC++
   compiler.  Also, he has pushed, proded, and bugged me endlessly to
index c2b9171fe15493223ad4020797825b2f20d46aaf..a3916be36cee82e1aa5392b95fd9ac62a86c7e15 100644 (file)
@@ -243,6 +243,7 @@ AC_OUTPUT( \
        Lib/DEM/Makefile \
        Lib/gpc/Makefile \
        Lib/Math/Makefile \
+       Lib/Misc/Makefile \
        Lib/PUI/Makefile \
        Lib/XGL/Makefile \
        Lib/zlib/Makefile \