From 3e4b2b6b162e537fc243e4f6cb0d7e1f4ccced17 Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Mon, 15 Mar 2004 01:28:29 +0000 Subject: [PATCH] - removed games/ subdir to avoid suprises SVN-Revision: 232 --- configure.ac | 2 +- data/Makefile.am | 2 -- src/Makefile.am | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 7bb1e49e2..aad27947c 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/data/Makefile.am b/data/Makefile.am index b3dda00e3..582052926 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,5 +1,3 @@ -pkgdatadir = $(datadir)/games/@PACKAGE@ - EXTRA_DIST = \ $(wildcard sounds/*.wav) \ $(wildcard images/*.png) \ diff --git a/src/Makefile.am b/src/Makefile.am index df481c72c..027cf30b8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,3 @@ -bindir=$(prefix)/games - bin_PROGRAMS = supertux supertux_SOURCES = \ -- 2.11.0