diff --git a/data/gui/Makefile.am b/data/gui/Makefile.am index a79d7eb6c..6a8354815 100644 --- a/data/gui/Makefile.am +++ b/data/gui/Makefile.am @@ -2,11 +2,11 @@ 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 +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 "License.txt") \ + $(shell find $(srcdir) -name "*.stkskin" ) EXTRA_DIST = $(nobase_pkgdata_DATA) diff --git a/data/gui/skins/ocean/LICENSE b/data/gui/skins/ocean/License.txt similarity index 100% rename from data/gui/skins/ocean/LICENSE rename to data/gui/skins/ocean/License.txt diff --git a/data/gui/skins/peach/LICENSE b/data/gui/skins/peach/License.txt similarity index 100% rename from data/gui/skins/peach/LICENSE rename to data/gui/skins/peach/License.txt