Changes for 0.7.8

This commit is contained in:
curt 2001-06-20 18:12:18 +00:00
parent f2ba7aefa6
commit 36ef15940e
4 changed files with 7 additions and 3 deletions

View File

@ -22,7 +22,7 @@ PROJECT_NAME = SimGear
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 0.0.15
PROJECT_NUMBER = 0.0.16
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.

View File

@ -77,7 +77,6 @@ dist-hook:
$(HOME)/projects/FlightGear-0.7/admin/am2dsp.pl --lib)
pwd
echo "copying simgear/metar"
(cd $(top_srcdir); tar cf - simgear/metar) | (cd $(distdir); tar xvf -)
echo "other stuff"
@list='@subdirs@'; \
target=distclean; \

5
am2dsp.cfg Normal file
View File

@ -0,0 +1,5 @@
exclude_dir = threads
include_path = .
include_path = ..
include_path = .\SimGear
#include_path = \usr\include

View File

@ -6,7 +6,7 @@ dnl $Id$
AC_INIT(simgear/bucket/newbucket.cxx)
dnl Initialize the automake stuff
AM_INIT_AUTOMAKE(SimGear, 0.0.15)
AM_INIT_AUTOMAKE(SimGear, 0.0.16)
dnl Specify KAI C++ compiler and flags.
dnl Borrowed with slight modification from blitz distribution.