From ce5653d75c29954e68c9c912e1c731306f9306fa Mon Sep 17 00:00:00 2001 From: hasufell Date: Wed, 28 Aug 2013 00:39:15 +0200 Subject: BUILD: add --with-theme-manager configure option --- share/misc/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'share') 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 -- cgit 1.4.1