summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2005-05-01 19:26:24 +0000
committerRodney Dawes <dobey@novell.com>2005-05-01 19:26:24 +0000
commitf61fc8ef256f43d1ada47fb5851f8954fea4cdea (patch)
tree210b0ad30ed690b63576da561954091987622fb3 /configure.ac
parent893cde9e754b805f1e62c517740919c04d9490e0 (diff)
downloadmana-client-f61fc8ef256f43d1ada47fb5851f8954fea4cdea.tar.gz
mana-client-f61fc8ef256f43d1ada47fb5851f8954fea4cdea.tar.bz2
mana-client-f61fc8ef256f43d1ada47fb5851f8954fea4cdea.tar.xz
mana-client-f61fc8ef256f43d1ada47fb5851f8954fea4cdea.zip
- Added installation of game data, install required on *nix systems
- Updated desktop file to work better - Install the desktop file to the standard location - Install the icon as tmw.png in the standard pixmaps data dir
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac19
1 files changed, 15 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index c5c90612..6df47582 100755
--- a/configure.ac
+++ b/configure.ac
@@ -125,8 +125,19 @@ fi
AC_SUBST(LIBSDL_LIBS)
AC_SUBST(LIBSDL_CFLAGS)
-AC_CONFIG_FILES([Makefile
- src/Makefile
- data/Makefile
- docs/Makefile])
+AC_CONFIG_FILES([
+Makefile
+src/Makefile
+data/Makefile
+data/graphics/Makefile
+data/graphics/gui/Makefile
+data/graphics/images/Makefile
+data/graphics/sprites/Makefile
+data/graphics/tiles/Makefile
+data/icons/Makefile
+data/maps/Makefile
+data/sfx/Makefile
+docs/Makefile
+])
+
AC_OUTPUT