BUILD: add --with-theme-manager configure option

This commit is contained in:
hasufell
2013-08-28 00:39:15 +02:00
parent 36b84c9af3
commit ce5653d75c
4 changed files with 41 additions and 0 deletions

View File

@@ -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