stk-code_catmod/data/Makefile.am
hikerstk a03dc10d67 Fixed automake installation, using Robert's 'find' approach for
flexibility.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1690 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-04-17 05:34:45 +00:00

23 lines
872 B
Makefile

# data/
SUBDIRS = fonts herrings karts models music po sfx textures tracks
pkgdatadir = $(datadir)/games/@PACKAGE@/data
pkgdata_DATA = $(shell find $(srcdir) -name "*.data") \
$(shell find $(srcdir) -name "*.herring") \
$(shell find $(srcdir) -name "*.projectile") \
$(shell find $(srcdir) -name "*.cup") \
$(shell find $(srcdir) -name "*.collectable") \
$(shell find $(srcdir) -name "*.projectile") \
CREDITS licenses \
supertuxkart_32.xpm supertuxkart_64.xpm \
supertuxkart.desktop
desktopdir = $(prefix)/share/applications
desktop_DATA = supertuxkart.desktop
icondir = $(prefix)/share/pixmaps
icon_DATA = supertuxkart_32.xpm supertuxkart_64.xpm
EXTRA_DIST = $(pkgdata_DATA)