[Super-tux-commit] supertux/src Makefile.am,1.33,1.34
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-06-07 12:53:06
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3372 Modified Files: Makefile.am Log Message: this hopefully fixes macosx problems Index: Makefile.am =================================================================== RCS file: /cvsroot/super-tux/supertux/src/Makefile.am,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- Makefile.am 2 Jun 2004 23:00:26 -0000 1.33 +++ Makefile.am 7 Jun 2004 12:52:57 -0000 1.34 @@ -2,6 +2,7 @@ bin_PROGRAMS = supertux supertux_CXXFLAGS = -DLOCALEDIR=\"$(localedir)\" +supertux_LDADD = @LIBINTL@ supertux_SOURCES = \ screen/drawing_context.h \ |