Fixed incorrect xml filenames in Makefile.am.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4651 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
deab14743f
commit
b49e5896f4
@ -4,13 +4,13 @@ SUBDIRS = fonts gui karts models music po sfx textures tracks grandprix
|
|||||||
pkgdatadir = $(datadir)/games/$(PACKAGE)/data
|
pkgdatadir = $(datadir)/games/$(PACKAGE)/data
|
||||||
|
|
||||||
dist_pkgdata_DATA = \
|
dist_pkgdata_DATA = \
|
||||||
$(shell find $(srcdir) -name "*.data") \
|
$(shell find $(srcdir) -name "*.data") \
|
||||||
$(shell find $(srcdir) -name "*.items") \
|
$(shell find $(srcdir) -name "*.items") \
|
||||||
$(shell find $(srcdir) -name "*.projectile") \
|
$(shell find $(srcdir) -name "*.projectile") \
|
||||||
$(shell find $(srcdir) -name "*.cup") \
|
$(shell find $(srcdir) -name "*.cup") \
|
||||||
$(shell find $(srcdir) -maxdepth 1 -name "*.challenge") \
|
$(shell find $(srcdir) -maxdepth 1 -name "*.challenge") \
|
||||||
$(shell find $(srcdir) -name "*.collectable") \
|
$(shell find $(srcdir) -name "*.collectable") \
|
||||||
stk_config.xml bubblegum.xml \
|
stk_config.xml powerup.xml items.xml \
|
||||||
CREDITS
|
CREDITS
|
||||||
|
|
||||||
desktopdir = $(prefix)/share/applications
|
desktopdir = $(prefix)/share/applications
|
||||||
|
Loading…
Reference in New Issue
Block a user