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