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
|