6 lines
122 B
Makefile
6 lines
122 B
Makefile
|
#data/gfx
|
||
|
|
||
|
pkgdatadir = $(datadir)/games/$(PACKAGE)/data/gfx
|
||
|
dist_pkgdata_DATA = $(shell find $(srcdir) -name "*.xml")
|
||
|
|