diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-07 20:54:27 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-07 21:06:50 +0200 |
commit | b35c94cc9143781edd5f148769e6e6b743237732 (patch) | |
tree | 3fecb1d60c6ebf31a7690ccebad749227eae626a /Makefile.am | |
parent | 8054cb0ee14d8f3d2ec8b53d88754712d38b73e7 (diff) | |
download | weechat-b35c94cc9143781edd5f148769e6e6b743237732.zip |
core: install weechat.desktop with autotools (issue #982, issue #408)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files 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 |