Author: mordante
Date: Sat May  2 20:53:57 2009
New Revision: 35419

URL: http://svn.gna.org/viewcvs/wesnoth?rev=35419&view=rev
Log:
Add the new file to all build systems.

Modified:
    trunk/po/wesnoth-test/POTFILES.in
    trunk/src/Makefile.am
    trunk/src/SConscript

Modified: trunk/po/wesnoth-test/POTFILES.in
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/po/wesnoth-test/POTFILES.in?rev=35419&r1=35418&r2=35419&view=diff
==============================================================================
--- trunk/po/wesnoth-test/POTFILES.in (original)
+++ trunk/po/wesnoth-test/POTFILES.in Sat May  2 20:53:57 2009
@@ -1,3 +1,4 @@
+src/tests/test_formula_ai.cpp
 src/tests/test_formula_ai.cpp
 src/tests/gui/test_drop_target.cpp
 src/tests/gui/test_gui2.cpp

Modified: trunk/src/Makefile.am
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/Makefile.am?rev=35419&r1=35418&r2=35419&view=diff
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Sat May  2 20:53:57 2009
@@ -303,6 +303,7 @@
        tests/utils/play_scenario.cpp \
        tests/test_config_cache.cpp \
        tests/test_formula_ai.cpp \
+       tests/test_lexical_cast.cpp     \
     tests/test_network_worker.cpp \
        tests/test_policy.cpp \
        tests/test_team.cpp \

Modified: trunk/src/SConscript
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/SConscript?rev=35419&r1=35418&r2=35419&view=diff
==============================================================================
--- trunk/src/SConscript (original)
+++ trunk/src/SConscript Sat May  2 20:53:57 2009
@@ -377,6 +377,7 @@
 test_sources = Split("""
     tests/main.cpp
     tests/test_formula_ai.cpp
+    tests/test_lexical_cast.cpp        
     tests/test_network_worker.cpp
     tests/test_policy.cpp
     tests/test_team.cpp


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

Reply via email to