X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=data%2FMakefile.am;h=deb81d806352c4d45772efd3733b45aa901405c9;hb=a52ebdf05d925f8503d66713be879c8861541e6f;hp=ea1af9563b9a06830af236863cc4784ecafe4c13;hpb=28dcc843a7500b395730e5f5eb821577f0b9d797;p=supertux.git diff --git a/data/Makefile.am b/data/Makefile.am index ea1af9563..deb81d806 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -5,10 +5,11 @@ desktopdir = $(datadir)/applications desktop_DATA = supertux.desktop EXTRA_DIST = \ - supertux.strf \ intro.txt \ extro.txt \ + extro-bonus.txt \ CREDITS \ + images/supertux.strf \ $(wildcard sounds/*.wav) \ $(wildcard images/*.png) \ $(wildcard images/*.xpm) \ @@ -22,6 +23,8 @@ EXTRA_DIST = \ $(wildcard images/leveleditor/*.png) \ $(wildcard images/map/*.png) \ $(wildcard images/shared/*.png) \ + $(wildcard images/shared/smalltux/*.png) \ + $(wildcard images/shared/bigtux/*.png) \ $(wildcard images/status/*.png) \ $(wildcard images/themes/*/*.png) \ $(wildcard images/worldmap/*.png) \