2009-12-13 21:37:33 -05:00
|
|
|
# data/gui/
|
|
|
|
|
|
|
|
pkgdatadir = $(datadir)/games/$(PACKAGE)/data/gui
|
|
|
|
|
2010-09-13 21:36:17 -04:00
|
|
|
nobase_dist_pkgdata_DATA = $(shell find $(srcdir) -name "*.png" ) \
|
|
|
|
$(shell find $(srcdir) -name "*.jpg" ) \
|
|
|
|
$(shell find $(srcdir) -name "*.stkgui" ) \
|
|
|
|
$(shell find $(srcdir) -name "*.xml" ) \
|
|
|
|
$(shell find $(srcdir) -name "License.txt") \
|
|
|
|
$(shell find $(srcdir) -name "*.stkskin" )
|
2009-12-13 21:37:33 -05:00
|
|
|
|
|
|
|
EXTRA_DIST = $(nobase_pkgdata_DATA)
|