From: Matthias Braun Date: Mon, 7 Jun 2004 12:52:57 +0000 (+0000) Subject: this hopefully fixes macosx problems X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;ds=sidebyside;h=3ad7288727539e234adbfb696b1c26a04505c06d;p=supertux.git this hopefully fixes macosx problems SVN-Revision: 1417 --- diff --git a/src/Makefile.am b/src/Makefile.am index 71af416ad..9b7781b93 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,6 +2,7 @@ localedir = $(datadir)/locale bin_PROGRAMS = supertux supertux_CXXFLAGS = -DLOCALEDIR=\"$(localedir)\" +supertux_LDADD = @LIBINTL@ supertux_SOURCES = \ screen/drawing_context.h \