mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 03:02:30 +01: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
|