(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]* )
(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]* )
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
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 \