stk-code_catmod/data/grandprix/Makefile.am
hikerstk 88c0b07f69 1) Added GrandPrix manager (so that a GP id instead of a potentially translated
GP name can be used).
2) Added support for challenges to be specified in .challenge files,
   converted all existing challenges to be specified in this kind of
   data file.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2188 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-07-29 04:30:44 +00:00

9 lines
221 B
Makefile

# data/music
pkgdatadir = $(datadir)/games/@PACKAGE@/data/grandprix
pkgdata_DATA = $(shell find $(srcdir) -name "*.grandprix") \
$(shell find $(srcdir) -name "*.challenge")
EXTRA_DIST = $(pkgdata_DATA)