2011-02-24 04:14:30 +01:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
SUBDIRS = po intl src plugins
|
|
|
|
|
2012-07-13 18:04:00 +02:00
|
|
|
EXTRA_DIST = autogen.sh HACKING INSTALL.w32 faq.html hexchat.png \
|
|
|
|
hexchat.desktop hexchat.spec hexchat.ico
|
2011-02-24 04:14:30 +01:00
|
|
|
|
2012-07-13 18:04:00 +02:00
|
|
|
icon_DATA = hexchat.png
|
2011-02-24 04:14:30 +01:00
|
|
|
icondir = $(datadir)/pixmaps
|
|
|
|
|
2012-07-13 18:04:00 +02:00
|
|
|
util_DATA = hexchat.desktop
|
2011-02-24 04:14:30 +01:00
|
|
|
utildir = $(datadir)/applications
|
2012-07-30 16:05:34 +02:00
|
|
|
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|