X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=data%2FMakefile.am;h=bebfe0fceecc5b33f2b0de1f6965fc16b0d5ebb1;hb=0795b61960cc350fd7124c186a9bdc31a5a3cb9b;hp=45281687fdd582eacd73f1432e0d98ec4b44f52d;hpb=e22e8eff6e585048d92bc92619525fc1e9122e71;p=supertux.git diff --git a/data/Makefile.am b/data/Makefile.am index 45281687f..bebfe0fce 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,18 +1,21 @@ iconsdir=$(datadir)/pixmaps -icons_DATA = images/supertux.xpm +icons_DATA = images/supertux.png 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) \ $(wildcard images/background/*.png) \ $(wildcard images/background/*.jpg) \ + $(wildcard images/fonts/*.png) \ $(wildcard images/highscore/*.png) \ $(wildcard images/icons/*.png) \ $(wildcard images/icons/*.xpm) \