diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index f86b4ed7..02213fd9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,11 +2,11 @@ SUBDIRS = po intl src plugins -EXTRA_DIST = autogen.sh HACKING INSTALL.w32 faq.html xchat.png \ - xchat.desktop xchat.spec config.h.w32 xchat.ico +EXTRA_DIST = autogen.sh HACKING INSTALL.w32 faq.html hexchat.png \ + hexchat.desktop hexchat.spec hexchat.ico -icon_DATA = xchat.png +icon_DATA = hexchat.png icondir = $(datadir)/pixmaps -util_DATA = xchat.desktop +util_DATA = hexchat.desktop utildir = $(datadir)/applications |