stk-code_catmod/data/models/Makefile.am

11 lines
356 B
Makefile
Raw Normal View History

# data/models/
pkgdatadir = $(datadir)/games/$(PACKAGE)/data/models
dist_pkgdata_DATA = $(shell find $(srcdir) -name "*.b3d") \
$(shell find $(srcdir) -name "*.png") \
$(shell find $(srcdir) -name "*.jpg") \
$(shell find $(srcdir) -name "materials.xml") \
License.txt