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

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

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


From: Jon Daniel
Subject: [Wesnoth-cvs-commits] wesnoth/src/tools Makefile.am
Date: Sat, 05 Feb 2005 07:24:55 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Jon Daniel <address@hidden>     05/02/05 12:24:55

Modified files:
        src/tools      : Makefile.am 

Log message:
        Fix compile time error sdl_ttf.h not found

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/tools/Makefile.am.diff?tr1=1.15&tr2=1.16&r1=text&r2=text

Patches:
Index: wesnoth/src/tools/Makefile.am
diff -u wesnoth/src/tools/Makefile.am:1.15 wesnoth/src/tools/Makefile.am:1.16
--- wesnoth/src/tools/Makefile.am:1.15  Thu Feb  3 18:39:30 2005
+++ wesnoth/src/tools/Makefile.am       Sat Feb  5 12:24:55 2005
@@ -7,7 +7,7 @@
 bin_PROGRAMS = exploder cutter
 
 AM_CXXFLAGS = @SDL_CFLAGS@ @PNG_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" -I../ 
\
-             -DLOCALEDIR=\"$(LOCALEDIR)\" -I$(srcdir)/..
+             -DLOCALEDIR=\"$(LOCALEDIR)\" -I$(srcdir)/.. -I../sdl_ttf
 
 exploder_SOURCES = exploder.cpp \
                   exploder_utils.cpp \




reply via email to

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