Author: ilor
Date: Sun Jul 13 02:03:16 2008
New Revision: 27964

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27964&view=rev
Log:
forgot to add brush.cpp to the build systems

Modified:
    trunk/src/CMakeLists.txt
    trunk/src/Makefile.am
    trunk/src/SConscript

Modified: trunk/src/CMakeLists.txt
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/CMakeLists.txt?rev=27964&r1=27963&r2=27964&view=diff
==============================================================================
--- trunk/src/CMakeLists.txt (original)
+++ trunk/src/CMakeLists.txt Sun Jul 13 02:03:16 2008
@@ -299,6 +299,7 @@
 
 SET(wesnoth-editor2_SRC
     editor2/action.cpp
+    editor2/brush.cpp
     editor2/editor_main.cpp
     editor2/editor_controller.cpp
     editor2/editor_display.cpp

Modified: trunk/src/Makefile.am
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/Makefile.am?rev=27964&r1=27963&r2=27964&view=diff
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Sun Jul 13 02:03:16 2008
@@ -148,6 +148,7 @@
 # used with editor2 option in the wesnoth target
 wesnoth_editor2_SOURCES = \
        editor2/action.cpp \
+       editor2/brush.cpp \
        editor2/editor_main.cpp \
        editor2/editor_controller.cpp \
        editor2/editor_display.cpp \

Modified: trunk/src/SConscript
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/SConscript?rev=27964&r1=27963&r2=27964&view=diff
==============================================================================
--- trunk/src/SConscript (original)
+++ trunk/src/SConscript Sun Jul 13 02:03:16 2008
@@ -240,6 +240,7 @@
 # used with editor2 option in the wesnoth target
 wesnoth_editor2_sources = Split("""
     editor2/action.cpp
+    editor2/brush.cpp
     editor2/editor_main.cpp
     editor2/editor_controller.cpp
     editor2/editor_display.cpp


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to