Files
stk-code_catmod/models/Makefile.am
hiker c927fb88ae Improved and simplified herring handling. Herrings are now
stored in models/herrings, and they can be individually
used in herring config files, e.g.: (gold "goldcoin"). 
This makes it easier to add new herring models. 
Grand Prix settings overwrite track settings, e.g. the 
tuxkart cup uses the original herring style.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@758 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2006-09-11 22:32:43 +00:00

11 lines
142 B
Makefile

# models/
pkgdatadir = $(datadir)/games/@PACKAGE@/models
pkgdata_DATA = $(wildcard *.ac)
SUBDIRS = herrings
EXTRA_DIST = $(pkgdata_DATA)