summary refs log tree commit diff stats
path: root/share/misc
diff options
context:
space:
mode:
authorhasufell <hasufell@posteo.de>2013-08-28 00:39:15 +0200
committerhasufell <hasufell@posteo.de>2013-08-28 14:30:57 +0200
commitce5653d75c29954e68c9c912e1c731306f9306fa (patch)
tree306de2d5cb6f71c5816e6fcbb564ebba8ef0f747 /share/misc
parent36b84c9af321effa39a06a2b137f094ab8c50bd8 (diff)
BUILD: add --with-theme-manager configure option
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