blob: e4a87daf744684338941155b584a49875c76fd11 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
## Process this file with automake to produce Makefile.in
SUBDIRS = po intl src plugins
EXTRA_DIST = autogen.sh HACKING INSTALL.w32 faq.html hexchat.png \
hexchat.desktop hexchat.spec hexchat.ico
icon_DATA = hexchat.png
icondir = $(datadir)/pixmaps
util_DATA = hexchat.desktop
utildir = $(datadir)/applications
ACLOCAL_AMFLAGS = -I m4
|