[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/src Makefile.am
From: |
Philippe Plantier |
Subject: |
[Wesnoth-cvs-commits] wesnoth/src Makefile.am |
Date: |
Sun, 31 Oct 2004 07:51:40 -0500 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Philippe Plantier <address@hidden> 04/10/31 12:45:51
Modified files:
src : Makefile.am
Log message:
Fixed Makefile.am not including SDL_ttf.h
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/Makefile.am.diff?tr1=1.56&tr2=1.57&r1=text&r2=text
Patches:
Index: wesnoth/src/Makefile.am
diff -u wesnoth/src/Makefile.am:1.56 wesnoth/src/Makefile.am:1.57
--- wesnoth/src/Makefile.am:1.56 Sun Oct 31 11:58:22 2004
+++ wesnoth/src/Makefile.am Sun Oct 31 12:45:50 2004
@@ -177,6 +177,7 @@
widgets/slider.hpp \
widgets/textbox.hpp \
widgets/widget.hpp \
+ sdl_ttf/SDL_ttf.h \
wesconfig.h
#############################################################################
@@ -320,6 +321,7 @@
widgets/scrollbar.hpp \
widgets/slider.hpp \
widgets/widget.hpp \
+ sdl_ttf/SDL_ttf.h \
wesconfig.h
AM_CXXFLAGS = -I sdl_ttf -I../intl -I$(top_srcdir)/intl @SDL_CFLAGS@
-DWESNOTH_PATH=\"$(pkgdatadir)\" \