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
This commit is contained in:
hikerstk 2009-12-14 02:37:33 +00:00
parent 5e5d0a9caa
commit 0e140899c5
4 changed files with 18 additions and 2 deletions

View File

@ -356,6 +356,7 @@ AC_CONFIG_FILES([ \
data/Makefile \
data/fonts/Makefile \
data/grandprix/Makefile \
data/gui/Makefile \
data/items/Makefile \
data/karts/Makefile \
data/models/Makefile \

View File

@ -1,6 +1,6 @@
# data/
SUBDIRS = fonts items karts models music po sfx textures tracks grandprix
SUBDIRS = fonts gui items karts models music po sfx textures tracks grandprix
pkgdatadir = $(datadir)/games/$(PACKAGE)/data
dist_pkgdata_DATA = \

12
data/gui/Makefile.am Normal file
View File

@ -0,0 +1,12 @@
# 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)

View File

@ -2,5 +2,8 @@
pkgdatadir = $(datadir)/games/$(PACKAGE)/data/items
dist_pkgdata_DATA = $(shell find $(srcdir) -name "*.ac") License.txt
dist_pkgdata_DATA = $(shell find $(srcdir) -name "*.b3d") \
$(shell find $(srcdir) -name "*.png") \
$(shell find $(srcdir) -name "*.jpg") \
License.txt