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:
parent
c1ddc47113
commit
b0bdc7edde
@ -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 \
|
||||
|
@ -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") \
|
||||
|
Loading…
Reference in New Issue
Block a user