mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
13 lines
318 B
Makefile
13 lines
318 B
Makefile
|
|
## Process this file with automake to produce Makefile.in
|
||
|
|
|
||
|
|
SUBDIRS = po intl src plugins
|
||
|
|
|
||
|
|
EXTRA_DIST = autogen.sh HACKING INSTALL.w32 faq.html xchat.png \
|
||
|
|
xchat.desktop xchat.spec config.h.w32 xchat.ico
|
||
|
|
|
||
|
|
icon_DATA = xchat.png
|
||
|
|
icondir = $(datadir)/pixmaps
|
||
|
|
|
||
|
|
util_DATA = xchat.desktop
|
||
|
|
utildir = $(datadir)/applications
|