- removed games/ subdir to avoid suprises
authorIngo Ruhnke <grumbel@gmx.de>
Mon, 15 Mar 2004 01:28:29 +0000 (01:28 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Mon, 15 Mar 2004 01:28:29 +0000 (01:28 +0000)
SVN-Revision: 232

configure.ac
data/Makefile.am
src/Makefile.am

index 7bb1e49..aad2794 100644 (file)
@@ -103,7 +103,7 @@ if test "x${enable_opengl}" != "xno"; then
 fi
 
 # FIXME: Evil
-CFLAGS="$CFLAGS -DDATA_PREFIX='\"$datadir/games/supertux/\"' -DLINUX"
+CFLAGS="$CFLAGS -DDATA_PREFIX='\"$datadir/supertux/\"' -DLINUX"
 
 dnl Checks for library functions.
 AC_CHECK_FUNCS(mkdir strdup strstr)
index b3dda00..5820529 100644 (file)
@@ -1,5 +1,3 @@
-pkgdatadir = $(datadir)/games/@PACKAGE@
-
 EXTRA_DIST = \
   $(wildcard sounds/*.wav) \
   $(wildcard images/*.png) \
index df481c7..027cf30 100644 (file)
@@ -1,5 +1,3 @@
-bindir=$(prefix)/games
-
 bin_PROGRAMS = supertux
 
 supertux_SOURCES = \