From: curt Date: Sat, 3 Apr 1999 04:19:31 +0000 (+0000) Subject: Integrated Steve's new "plib" conglomeration. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ec5ac9815b686379457854391c5d0269af50bb83;p=flightgear.git Integrated Steve's new "plib" conglomeration. --- diff --git a/Makefile.am b/Makefile.am index 5057f0371..c78d544c5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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]* ) diff --git a/configure.in b/configure.in index a3782b43d..4baade276 100644 --- a/configure.in +++ b/configure.in @@ -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 \