245e9ac31f
- Fix memory leaks in AI code. - Client worklist fix. - Several compilation fixes. - Fix for status of bribed units. - Fix client crashes. - Fxi server crashes. - Extra checks against starting position on poles. - Fix security problem in attributes code. - Helicopters no longer lose hitpoints when on a carrier. - Fix bug causing some pregame messages to be lost.
15 lines
615 B
Text
15 lines
615 B
Text
$NetBSD: patch-ab,v 1.5 2007/03/18 13:12:14 adam Exp $
|
|
|
|
--- Makefile.in.orig 2007-02-12 00:38:05.000000000 +0100
|
|
+++ Makefile.in
|
|
@@ -283,8 +283,8 @@ target_vendor = @target_vendor@
|
|
@CLIENT_TRUE@@SERVER_TRUE@MSUBDIRS = manual
|
|
@SERVER_FALSE@MSUBDIRS =
|
|
@MAKE_DATA_FALSE@DSUBDIRS =
|
|
-@MAKE_DATA_TRUE@DSUBDIRS = data
|
|
-SUBDIRS = $(DSUBDIRS) intl utility common tests win32 $(SSUBDIRS) $(CSUBDIRS) po doc $(MSUBDIRS)
|
|
+@MAKE_DATA_TRUE@DSUBDIRS = data po doc
|
|
+SUBDIRS = $(DSUBDIRS) intl utility common tests win32 $(SSUBDIRS) $(CSUBDIRS) $(MSUBDIRS)
|
|
EXTRA_DIST = acconfig.old \
|
|
autogen.sh \
|
|
config.mac.h \
|