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 \