stk-code_catmod/data/items/Makefile.am
hikerstk cc2b528034 Bugfix: items were installed in the wrong directory (herrings instead of
items).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2404 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-10-31 00:41:21 +00:00

9 lines
154 B
Makefile

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