2008-07-29 00:30:44 -04:00
|
|
|
# data/music
|
|
|
|
|
2009-01-02 14:34:38 -05:00
|
|
|
pkgdatadir = $(datadir)/games/$(PACKAGE)/data/grandprix
|
2008-07-29 00:30:44 -04:00
|
|
|
|
2009-01-02 14:34:38 -05:00
|
|
|
dist_pkgdata_DATA = $(shell find $(srcdir) -name "*.grandprix") \
|
2011-01-16 22:04:19 -05:00
|
|
|
$(shell find $(srcdir) -name "*.challenge") \
|
|
|
|
$(shell find $(srcdir) -name "*.tutorial" )
|