From: Ingo Ruhnke Date: Sun, 25 Apr 2004 22:23:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=5897b458f3b227005def739e776ff47cbd2f1316;p=supertux.git *** empty log message *** SVN-Revision: 723 --- diff --git a/configure.ac b/configure.ac index 9f90d06fd..e280bc986 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ AC_MSG_CHECKING(for debug mode) AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug], [enable debugging mode]),, enable_debug="yes") if test "x${enable_debug}" != "xno"; then - CXXFLAGS="$CXXFLAGS -Wall -W -DDEBUG" + CXXFLAGS="$CXXFLAGS -Wall -W -DDEBUG -O0 -g3" AC_MSG_RESULT([enabled]) else AC_MSG_RESULT([disabled]) diff --git a/data/Makefile.am b/data/Makefile.am index 3b7624f5c..8a5f6f855 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -4,7 +4,9 @@ EXTRA_DIST = \ images/icon.png \ images/icon.xpm \ $(wildcard images/*.png) \ + $(wildcard images/*.xpm) \ $(wildcard images/background/*.png) \ + $(wildcard images/background/*.jpg) \ $(wildcard images/highscore/*.png) \ $(wildcard images/icons/*.png) \ $(wildcard images/icons/*.xpm) \