Run configure in Lib/zlib.
Removed several old tools dirs.
This commit is contained in:
parent
efce1acc4e
commit
4cd102c101
1 changed files with 1 additions and 7 deletions
|
@ -10,7 +10,7 @@ AM_INIT_AUTOMAKE(FlightGear, 0.6.0)
|
||||||
|
|
||||||
dnl configure other independant packages included with flight gear for
|
dnl configure other independant packages included with flight gear for
|
||||||
dnl convenience
|
dnl convenience
|
||||||
AC_CONFIG_SUBDIRS( Lib/plib )
|
AC_CONFIG_SUBDIRS( Lib/plib Lib/zlib )
|
||||||
|
|
||||||
dnl Checks for programs.
|
dnl Checks for programs.
|
||||||
AC_PROG_MAKE_SET
|
AC_PROG_MAKE_SET
|
||||||
|
@ -310,7 +310,6 @@ AC_OUTPUT( \
|
||||||
Lib/Misc/Makefile \
|
Lib/Misc/Makefile \
|
||||||
Lib/Serial/Makefile \
|
Lib/Serial/Makefile \
|
||||||
Lib/XGL/Makefile \
|
Lib/XGL/Makefile \
|
||||||
Lib/zlib/Makefile \
|
|
||||||
Simulator/Makefile \
|
Simulator/Makefile \
|
||||||
Simulator/Aircraft/Makefile \
|
Simulator/Aircraft/Makefile \
|
||||||
Simulator/Airports/Makefile \
|
Simulator/Airports/Makefile \
|
||||||
|
@ -354,11 +353,6 @@ AC_OUTPUT( \
|
||||||
Tools/Utils/Makefile \
|
Tools/Utils/Makefile \
|
||||||
Tools/Utils/Makedir/Makefile \
|
Tools/Utils/Makedir/Makefile \
|
||||||
Tools/Areas/Makefile \
|
Tools/Areas/Makefile \
|
||||||
Tools/AssemTris/Makefile \
|
|
||||||
Tools/FixObj/Makefile \
|
|
||||||
Tools/SplitTris/Makefile \
|
|
||||||
Tools/Stripe_w/Makefile \
|
|
||||||
Tools/Tri2obj/Makefile \
|
|
||||||
Tests/Makefile \
|
Tests/Makefile \
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue