1) Named the license file consistently License.txt

2) Fixed installation which would miss several files.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2749 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2008-12-22 05:27:01 +00:00
parent 54ffc715b2
commit afd7ec4fe2
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
pkgdatadir = $(datadir)/games/@PACKAGE@/data/items
pkgdata_DATA = $(shell find $(srcdir) -name "*.ac")
pkgdata_DATA = $(shell find $(srcdir) -name "*.ac") License.txt
EXTRA_DIST = $(pkgdata_DATA)

View File

@@ -2,7 +2,7 @@
pkgdatadir = $(datadir)/games/@PACKAGE@/data/models
pkgdata_DATA = $(shell find $(srcdir) -name "*.ac")
pkgdata_DATA = $(shell find $(srcdir) -name "*.ac") License.txt
EXTRA_DIST = $(pkgdata_DATA)