d25effaa5f
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9855 178a84e3-b1eb-0310-8ba1-8eac791a3b58
11 lines
348 B
Makefile
11 lines
348 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 "*.xml") \
|
|
License.txt
|
|
|