From 3ad7288727539e234adbfb696b1c26a04505c06d Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 7 Jun 2004 12:52:57 +0000 Subject: [PATCH] this hopefully fixes macosx problems SVN-Revision: 1417 --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.11.0