From: Tobias Gläßer Date: Thu, 29 Jul 2004 23:11:03 +0000 (+0000) Subject: the last change didn't work portable X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=a9fe2fcb10763b740270e25d134e4648974570a9;p=supertux.git the last change didn't work portable SVN-Revision: 1669 --- 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 \