mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-14 13:25:13 -05:00
9 lines
165 B
Makefile
9 lines
165 B
Makefile
util_DATA = hexchat.desktop
|
|
utildir = $(datadir)/applications
|
|
|
|
if WITH_TM
|
|
util_DATA += htm.desktop
|
|
mime_DATA = htm-mime.xml
|
|
mimedir = $(datadir)/mime/packages
|
|
endif
|