diff options
author | TingPing <tingping@tingping.se> | 2012-12-16 18:11:10 -0800 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2012-12-16 18:11:10 -0800 |
commit | 49f268d71ec235cd7659c53511440a6ebe6f98b7 (patch) | |
tree | dd40a879d2e78fc65e9c11e7fc63862fdc81b809 /Makefile.am | |
parent | c6d955ade738815ec119ae76db32a3fcc1ac5d72 (diff) | |
parent | df9a05cba5e6a0caf27488006aea0b2eda3de050 (diff) |
Merge pull request #328 from RichardHitt/master
install hicolor svg; reorganize some Makefile.am files
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index 40ed64e9..91ca9d79 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,7 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = po intl src plugins man +SUBDIRS = po intl src plugins man share EXTRA_DIST = autogen.sh -icon_DATA = src/pixmaps/hexchat.png -icondir = $(datadir)/pixmaps - -util_DATA = share/misc/hexchat.desktop -utildir = $(datadir)/applications - ACLOCAL_AMFLAGS = -I m4 |