X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=data%2FMakefile.am;h=2b14c90a22c37e0330209b69dca60f9572f83f30;hb=ae930d431c1998fa620f1e82b3753efc8d4f6b6a;hp=d0332da26a72bb739457208dbd535975be1c6030;hpb=2f411ad40802f0ac892cb0d1fb6ec5bde2e52697;p=supertux.git diff --git a/data/Makefile.am b/data/Makefile.am index d0332da26..2b14c90a2 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,8 +1,15 @@ +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) \ @@ -27,8 +34,7 @@ EXTRA_DIST = \ $(wildcard levels/*/info) \ $(wildcard music/*.mod) \ $(wildcard music/*.MOD) \ - $(wildcard sounds/*.wav) \ - CREDITS + $(wildcard sounds/*.wav) nobase_dist_pkgdata_DATA = $(EXTRA_DIST)