mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00: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
|