stk-code_catmod/data/models/Makefile.am
hikerstk 25bc64f990 Bugfix: materials.xml file was not installed.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5308 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-04-28 01:04:20 +00:00

11 lines
356 B
Makefile

# 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