a0b3e358ed
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2824 178a84e3-b1eb-0310-8ba1-8eac791a3b58
7 lines
202 B
Makefile
7 lines
202 B
Makefile
# data/music
|
|
|
|
pkgdatadir = $(datadir)/games/$(PACKAGE)/data/grandprix
|
|
|
|
dist_pkgdata_DATA = $(shell find $(srcdir) -name "*.grandprix") \
|
|
$(shell find $(srcdir) -name "*.challenge")
|