13 lines
497 B
Makefile
13 lines
497 B
Makefile
|
# data/gui/
|
||
|
|
||
|
pkgdatadir = $(datadir)/games/$(PACKAGE)/data/gui
|
||
|
|
||
|
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 "*.stkskin")\
|
||
|
License.txt
|
||
|
|
||
|
EXTRA_DIST = $(nobase_pkgdata_DATA)
|