wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src Makefile.am campaign_server/Makefil...


From: Isaac Clerencia
Subject: [Wesnoth-cvs-commits] wesnoth/src Makefile.am campaign_server/Makefil...
Date: Sun, 12 Sep 2004 18:45:02 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Isaac Clerencia <address@hidden>        04/09/12 22:39:58

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

Log message:
        Fixed several Makefile.am to make campaignd compile

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/Makefile.am.diff?tr1=1.50&tr2=1.51&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/campaign_server/Makefile.am.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: wesnoth/src/Makefile.am
diff -u wesnoth/src/Makefile.am:1.50 wesnoth/src/Makefile.am:1.51
--- wesnoth/src/Makefile.am:1.50        Sun Sep 12 21:55:19 2004
+++ wesnoth/src/Makefile.am     Sun Sep 12 22:39:57 2004
@@ -4,6 +4,10 @@
 SUBDIRS += server
 endif
 
+if CAMPAIGNSERVER
+SUBDIRS += campaign_server
+endif
+
 if TOOLS
 SUBDIRS += tools
 endif
Index: wesnoth/src/campaign_server/Makefile.am
diff -u wesnoth/src/campaign_server/Makefile.am:1.1 
wesnoth/src/campaign_server/Makefile.am:1.2
--- wesnoth/src/campaign_server/Makefile.am:1.1 Sun Sep 12 21:55:20 2004
+++ wesnoth/src/campaign_server/Makefile.am     Sun Sep 12 22:39:58 2004
@@ -1,10 +1,10 @@
 bin_PROGRAMS = campaignd
 
 #############################################################################
-#    Wesnothd Server                                                        #
+#    Campaign Server                                                        #
 #############################################################################
 
-wesnothd_SOURCES = campaign_server.cpp \
+campaignd_SOURCES = campaign_server.cpp \
                   ../server/variable.cpp \
                   ../config.cpp \
                   ../filesystem.cpp \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]