From a9fe2fcb10763b740270e25d134e4648974570a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tobias=20Gl=C3=A4=C3=9Fer?= Date: Thu, 29 Jul 2004 23:11:03 +0000 Subject: [PATCH] the last change didn't work portable SVN-Revision: 1669 --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index d39d784f6..065679a04 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,8 +2,8 @@ localedir = $(datadir)/locale bin_PROGRAMS = supertux supertux_CXXFLAGS = -DLOCALEDIR=\"$(localedir)\" -supertux_LDADD = $(top_builddir)/lib/.libs/libsupertux @LIBINTL@ -#supertux_LDADD = $(top_builddir)/lib/libsupertux.la @LIBINTL@ Use this for releases +#supertux_LDADD = $(top_builddir)/lib/.libs/libsupertux @LIBINTL@ +supertux_LDADD = $(top_builddir)/lib/libsupertux.la @LIBINTL@ supertux_SOURCES = badguy.cpp badguy.h bitmask.cpp bitmask.h camera.cpp \ -- 2.11.0