CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Cedric Duval <[EMAIL PROTECTED]> 04/10/28 00:02:28
Modified files:
src : Makefile.am
Log message:
Fixed editor not linking to SDL_ttf.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/Makefile.am.diff?tr1=1.54&tr2=1.55&r1=text&r2=text
Patches:
Index: wesnoth/src/Makefile.am
diff -u wesnoth/src/Makefile.am:1.54 wesnoth/src/Makefile.am:1.55
--- wesnoth/src/Makefile.am:1.54 Tue Oct 26 19:03:55 2004
+++ wesnoth/src/Makefile.am Thu Oct 28 00:02:28 2004
@@ -249,6 +249,7 @@
widgets/scrollbar.cpp \
widgets/slider.cpp \
widgets/widget.cpp \
+ sdl_ttf/SDL_ttf.c \
editor/editor.hpp \
editor/editor_layout.hpp \
editor/map_manip.hpp \