blob: f86b4ed7801eee0b4230bc82d7bda4dca4e56e8e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
## 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
|