Added a Lib/Misc/ subdirectory.
This commit is contained in:
parent
37da5af7e1
commit
c8c348c3e8
3 changed files with 7 additions and 2 deletions
|
@ -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 -)
|
||||
|
|
4
Thanks
4
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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue