this hopefully fixes macosx problems
authorMatthias Braun <matze@braunis.de>
Mon, 7 Jun 2004 12:52:57 +0000 (12:52 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 7 Jun 2004 12:52:57 +0000 (12:52 +0000)
SVN-Revision: 1417

src/Makefile.am

index 71af416..9b7781b 100644 (file)
@@ -2,6 +2,7 @@ localedir = $(datadir)/locale
 
 bin_PROGRAMS = supertux
 supertux_CXXFLAGS = -DLOCALEDIR=\"$(localedir)\"
+supertux_LDADD = @LIBINTL@
 
 supertux_SOURCES = \
 screen/drawing_context.h \