1
0
Fork 0

Integrated Steve's new "plib" conglomeration.

This commit is contained in:
curt 1999-04-03 04:19:31 +00:00
parent dafbe62bfc
commit ec5ac9815b
2 changed files with 6 additions and 6 deletions

View file

@ -25,7 +25,7 @@ fgfs-base-tar:
(cd $(HOME); \
tar czvf fgfs-base-$(VERSION).tar.gz \
FlightGear/[A-R]* \
FlightGear/Scenery/w120n030/w111n033 \
FlightGear/Scenery/w120n30/w111n33 \
FlightGear/Sounds \
FlightGear/Textures FlightGear/Thanks \
FlightGear/[m-r]* )
@ -34,7 +34,7 @@ fgfs-base-zip:
(cd $(HOME); \
zip -r fgfs-base-$(VERSION).zip \
FlightGear/[A-R]* \
FlightGear/Scenery/w120n030/w111n033 \
FlightGear/Scenery/w120n30/w111n33 \
FlightGear/Sounds \
FlightGear/Textures FlightGear/Thanks \
FlightGear/[m-r]* )

View file

@ -8,6 +8,10 @@ AC_INIT(Simulator/Aircraft/aircraft.cxx)
dnl Initialize the automake stuff
AM_INIT_AUTOMAKE(FlightGear, 0.6.0)
dnl configure other independant packages included with flight gear for
dnl convenience
AC_CONFIG_SUBDIRS( Lib/plib )
dnl Checks for programs.
AC_PROG_MAKE_SET
AC_PROG_CC
@ -298,14 +302,10 @@ AC_OUTPUT( \
Makefile \
Include/Makefile \
Lib/Makefile \
Lib/Audio/Makefile \
Lib/Audio/src/Makefile \
Lib/Audio/example/Makefile \
Lib/Bucket/Makefile \
Lib/Debug/Makefile \
Lib/Math/Makefile \
Lib/Misc/Makefile \
Lib/PUI/Makefile \
Lib/Serial/Makefile \
Lib/XGL/Makefile \
Lib/zlib/Makefile \