diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-03 02:33:44 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-03 02:33:44 +0100 |
commit | c65e16fd00dd3ceacac301f2f774bdf29cf211d2 (patch) | |
tree | 15aa703dad51c6a0982059fda24f6dca0d4a08ae /Makefile.am | |
parent | 259ed9644d1788d33c7d7532f94ebd4e1d123edb (diff) |
Relocate hexchat.png and hexchat.ico and some more varname cleanup
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index ac45769b..40ed64e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,9 +2,9 @@ SUBDIRS = po intl src plugins man -EXTRA_DIST = autogen.sh hexchat.png hexchat.ico +EXTRA_DIST = autogen.sh -icon_DATA = hexchat.png +icon_DATA = src/pixmaps/hexchat.png icondir = $(datadir)/pixmaps util_DATA = share/misc/hexchat.desktop |