CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Pauli Manninen <[EMAIL PROTECTED]>      04/10/04 08:34:23

Modified files:
        .              : configure 
        src/campaign_server: Makefile.am Makefile.in 

Log message:
        fixed incorrectly added 'variable.hpp' in 
src/vampaing_server/Makefile.am which caused 'make dist' to fail

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.diff?tr1=1.111&tr2=1.112&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/campaign_server/Makefile.am.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/campaign_server/Makefile.in.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: wesnoth/configure
diff -u wesnoth/configure:1.111 wesnoth/configure:1.112
--- wesnoth/configure:1.111     Mon Oct  4 07:30:50 2004
+++ wesnoth/configure   Mon Oct  4 08:34:21 2004
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac Revision: 1.86 .
+# From configure.ac Revision: 1.87 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59 for Battle for Wesnoth 0.8.5.
 #
Index: wesnoth/src/campaign_server/Makefile.am
diff -u wesnoth/src/campaign_server/Makefile.am:1.2 
wesnoth/src/campaign_server/Makefile.am:1.3
--- wesnoth/src/campaign_server/Makefile.am:1.2 Sun Sep 12 22:39:58 2004
+++ wesnoth/src/campaign_server/Makefile.am     Mon Oct  4 08:34:23 2004
@@ -13,7 +13,6 @@
                   ../log.cpp \
                   ../network.cpp \
                   ../publish_campaign.cpp \
-                  ../server/variable.hpp \
                   ../game_events.hpp \
                   ../config.hpp \
                   ../filesystem.hpp \
Index: wesnoth/src/campaign_server/Makefile.in
diff -u wesnoth/src/campaign_server/Makefile.in:1.3 
wesnoth/src/campaign_server/Makefile.in:1.4
--- wesnoth/src/campaign_server/Makefile.in:1.3 Mon Oct  4 07:30:51 2004
+++ wesnoth/src/campaign_server/Makefile.in     Mon Oct  4 08:34:23 2004
@@ -281,7 +281,6 @@
                   ../log.cpp \
                   ../network.cpp \
                   ../publish_campaign.cpp \
-                  ../server/variable.hpp \
                   ../game_events.hpp \
                   ../config.hpp \
                   ../filesystem.hpp \


Reply via email to