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

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

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


From: Pauli Manninen
Subject: [Wesnoth-cvs-commits] wesnoth ./configure src/Makefile.am src/Makefil...
Date: Fri, 27 Aug 2004 12:49:32 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Pauli Manninen <address@hidden> 04/08/27 16:44:57

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

Log message:
        added missing wesconfig.h to src/Makefile.am
        ran autogen.sh

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.diff?tr1=1.88&tr2=1.89&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/Makefile.am.diff?tr1=1.43&tr2=1.44&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/Makefile.in.diff?tr1=1.60&tr2=1.61&r1=text&r2=text

Patches:
Index: wesnoth/configure
diff -u wesnoth/configure:1.88 wesnoth/configure:1.89
--- wesnoth/configure:1.88      Fri Aug 27 16:24:42 2004
+++ wesnoth/configure   Fri Aug 27 16:44:57 2004
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac Revision: 1.73 .
+# From configure.ac Revision: 1.74 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59 for Battle for Wesnoth 0.8.3.
 #
Index: wesnoth/src/Makefile.am
diff -u wesnoth/src/Makefile.am:1.43 wesnoth/src/Makefile.am:1.44
--- wesnoth/src/Makefile.am:1.43        Sat Aug 21 14:19:38 2004
+++ wesnoth/src/Makefile.am     Fri Aug 27 16:44:57 2004
@@ -163,7 +163,8 @@
                  widgets/scrollbar.hpp \
                  widgets/slider.hpp \
                  widgets/textbox.hpp \
-                 widgets/widget.hpp
+                 widgets/widget.hpp \
+                 wesconfig.h
 
 #############################################################################
 #    Editor                                                                 #
@@ -302,7 +303,8 @@
                         widgets/textbox.hpp \
                         widgets/scrollbar.hpp \
                         widgets/slider.hpp \
-                        widgets/widget.hpp
+                        widgets/widget.hpp \
+                        wesconfig.h
 
 AM_CXXFLAGS = @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" 
-DLOCALEDIR=\"$(localedir)\" \
        -I../intl -I$(top_srcdir)/intl
Index: wesnoth/src/Makefile.in
diff -u wesnoth/src/Makefile.in:1.60 wesnoth/src/Makefile.in:1.61
--- wesnoth/src/Makefile.in:1.60        Fri Aug 27 16:24:43 2004
+++ wesnoth/src/Makefile.in     Fri Aug 27 16:44:57 2004
@@ -501,7 +501,8 @@
                  widgets/scrollbar.hpp \
                  widgets/slider.hpp \
                  widgets/textbox.hpp \
-                 widgets/widget.hpp
+                 widgets/widget.hpp \
+                 wesconfig.h
 
 
 #############################################################################
@@ -640,7 +641,8 @@
                         widgets/textbox.hpp \
                         widgets/scrollbar.hpp \
                         widgets/slider.hpp \
-                        widgets/widget.hpp
+                        widgets/widget.hpp \
+                        wesconfig.h
 
 AM_CXXFLAGS = @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" 
-DLOCALEDIR=\"$(localedir)\" \
        -I../intl -I$(top_srcdir)/intl




reply via email to

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