summary refs log tree commit diff stats
path: root/share/misc
diff options
context:
space:
mode:
Diffstat (limited to 'share/misc')
-rw-r--r--share/misc/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/misc/Makefile.am b/share/misc/Makefile.am
index eec37250..ded98690 100644
--- a/share/misc/Makefile.am
+++ b/share/misc/Makefile.am
@@ -1,3 +1,8 @@
 util_DATA = hexchat.desktop
 utildir = $(datadir)/applications
 
+if WITH_TM
+util_DATA += htm.desktop
+mime_DATA = htm-mime.xml
+mimedir = $(datadir)/mime/packages
+endif
t/share/icons/Makefile.am?h=feature/tls-srp&id=925b45e8f0f3de9bf5072aad8240750c87cf03da'>925b45e8 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
                                         
                                             



                                                   
                                                                             





                             
icon_DATA = ../../src/pixmaps/hexchat.png
icondir = $(datadir)/icons/hicolor/48x48/apps

hicolor_DATA = hexchat.svg
hicolordir = $(datadir)/icons/hicolor/scalable/apps

UPDATE_ICON_CACHE = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor || :

install-data-hook:
	$(UPDATE_ICON_CACHE);

uninstall-hook:
	$(UPDATE_ICON_CACHE);