X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=data%2FMakefile.am;h=7709257603c442e8b3eb84cfaecb4b0aef961f8c;hb=c254f306393602910adc2d3ee4244a421af86036;hp=55be51b1ffd45414f69e68a93b3476cb86be8669;hpb=d77652993a598e1170cd034930af1ce1455778a5;p=supertux.git diff --git a/data/Makefile.am b/data/Makefile.am index 55be51b1f..770925760 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -7,7 +7,9 @@ desktop_DATA = supertux.desktop EXTRA_DIST = \ intro.txt \ extro.txt \ - CREDITS \ + extro-bonus.txt \ + credits.txt \ + badguys.strf \ images/supertux.strf \ $(wildcard sounds/*.wav) \ $(wildcard images/*.png) \ @@ -22,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) \