From 5897b458f3b227005def739e776ff47cbd2f1316 Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Sun, 25 Apr 2004 22:23:18 +0000 Subject: [PATCH] *** empty log message *** SVN-Revision: 723 --- configure.ac | 2 +- data/Makefile.am | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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) \ -- 2.11.0