stk-code_catmod/data/po/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

9 lines
258 B
Makefile

# data/po/
pkgdatadir = $(datadir)/games/@PACKAGE@/data/po
nobase_pkgdata_DATA = $(shell find $(srcdir) -name "*.po") \
$(shell find $(srcdir) -name "*.mo") \
supertuxkart.pot
EXTRA_DIST = $(nobase_pkgdata_DATA)