stk-code_catmod/data/gui/Makefile.am
hikerstk 0e140899c5 Fixed makefiles for gui directory tree.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@4281 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-12-14 02:37:33 +00:00

13 lines
497 B
Makefile

# data/gui/
pkgdatadir = $(datadir)/games/$(PACKAGE)/data/gui
nobase_dist_pkgdata_DATA = $(shell find $(srcdir) -name "*.png") \
$(shell find $(srcdir) -name "*.jpg") \
$(shell find $(srcdir) -name "*.stkgui") \
$(shell find $(srcdir) -name "*.xml") \
$(shell find $(srcdir) -name "*.stkskin")\
License.txt
EXTRA_DIST = $(nobase_pkgdata_DATA)