From c8c348c3e8421a248ec82fad0d7a08a3b0ff0db4 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 1 Sep 1998 18:58:56 +0000 Subject: [PATCH] Added a Lib/Misc/ subdirectory. --- Makefile.am | 4 ++-- Thanks | 4 ++++ configure.in | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index b647fb589..33469a78a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 7abada1ee..4f52bc136 100644 --- a/Thanks +++ b/Thanks @@ -35,6 +35,10 @@ Bernie Bright Many C++ style, usage, and implimentation improvements. +Bernhard H. Buckel + Contributed the README.Linux + + Gene Buckle 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 diff --git a/configure.in b/configure.in index c2b9171fe..a3916be36 100644 --- a/configure.in +++ b/configure.in @@ -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 \