From b35c94cc9143781edd5f148769e6e6b743237732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 7 Oct 2019 20:54:27 +0200 Subject: [PATCH] core: install weechat.desktop with autotools (issue #982, issue #408) --- Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index d39576fcf..29d88d1b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,17 +66,21 @@ EXTRA_DIST = AUTHORS.adoc \ tools/git-version.sh \ tools/makedist.sh \ version.sh \ + weechat.desktop \ weechat.png \ weechat.pc.in \ weechat.cygport.in ACLOCAL_AMFLAGS = -I m4 -pkgconfigdir = $(libdir)/pkgconfig +pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = weechat.pc -icondir = $(datadir)/icons/hicolor/32x32/apps +icondir = $(datadir)/icons/hicolor/32x32/apps icon_DATA = weechat.png +desktopdir = $(datadir)/applications +desktop_DATA = weechat.desktop + clean-local: $(RM) config-git.h