25bc64f990
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5308 178a84e3-b1eb-0310-8ba1-8eac791a3b58
11 lines
356 B
Makefile
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
|
|
|