X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=data%2FMakefile.am;h=ea1af9563b9a06830af236863cc4784ecafe4c13;hb=28dcc843a7500b395730e5f5eb821577f0b9d797;hp=f1daf8d2000ce0f4a39a52109bc66426f152b682;hpb=0faf74fe4a189b272bde70d3e17723a6fab8f51f;p=supertux.git diff --git a/data/Makefile.am b/data/Makefile.am index f1daf8d20..ea1af9563 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,15 +1,20 @@ +iconsdir=$(datadir)/pixmaps +icons_DATA = images/supertux.png + +desktopdir = $(datadir)/applications +desktop_DATA = supertux.desktop + EXTRA_DIST = \ supertux.strf \ intro.txt \ extro.txt \ CREDITS \ $(wildcard sounds/*.wav) \ - images/icon.png \ - images/icon.xpm \ $(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) \