stk-code_catmod/data/models/Makefile.am
hikerstk afd7ec4fe2 1) Named the license file consistently License.txt
2) Fixed installation which would miss several files.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2749 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-12-22 05:27:01 +00:00

9 lines
165 B
Makefile

# data/models/
pkgdatadir = $(datadir)/games/@PACKAGE@/data/models
pkgdata_DATA = $(shell find $(srcdir) -name "*.ac") License.txt
EXTRA_DIST = $(pkgdata_DATA)