X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=data%2FMakefile.am;h=7709257603c442e8b3eb84cfaecb4b0aef961f8c;hb=0614cf0d1891a5f3f191eecfd021efe49b6601ea;hp=bebfe0fceecc5b33f2b0de1f6965fc16b0d5ebb1;hpb=4778a65344c67f3445b07d84686572b982114eff;p=supertux.git diff --git a/data/Makefile.am b/data/Makefile.am index bebfe0fce..770925760 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -8,7 +8,8 @@ EXTRA_DIST = \ intro.txt \ extro.txt \ extro-bonus.txt \ - CREDITS \ + credits.txt \ + badguys.strf \ images/supertux.strf \ $(wildcard sounds/*.wav) \ $(wildcard images/*.png) \ @@ -23,6 +24,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) \