fixed autotools build with latest changes

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2395 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2008-10-30 00:44:41 +00:00
parent c1ddc47113
commit b0bdc7edde
2 changed files with 3 additions and 3 deletions

View File

@ -395,7 +395,7 @@ AC_CONFIG_FILES([ \
data/Makefile \
data/fonts/Makefile \
data/grandprix/Makefile \
data/herrings/Makefile \
data/items/Makefile \
data/karts/Makefile \
data/models/Makefile \
data/music/Makefile \

View File

@ -1,10 +1,10 @@
# data/
SUBDIRS = fonts herrings karts models music po sfx textures tracks grandprix
SUBDIRS = fonts items karts models music po sfx textures tracks grandprix
pkgdatadir = $(datadir)/games/@PACKAGE@/data
pkgdata_DATA = $(shell find $(srcdir) -name "*.data") \
$(shell find $(srcdir) -name "*.herring") \
$(shell find $(srcdir) -name "*.items") \
$(shell find $(srcdir) -name "*.projectile") \
$(shell find $(srcdir) -name "*.cup") \
$(shell find $(srcdir) -maxdepth 1 -name "*.challenge") \