2011-02-24 06:14:30 +03:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2012-10-27 21:07:59 +04:00
|
|
|
SUBDIRS = po intl src plugins man
|
2011-02-24 06:14:30 +03:00
|
|
|
|
2012-11-03 05:33:44 +04:00
|
|
|
EXTRA_DIST = autogen.sh
|
2011-02-24 06:14:30 +03:00
|
|
|
|
2012-11-03 05:33:44 +04:00
|
|
|
icon_DATA = src/pixmaps/hexchat.png
|
2011-02-24 06:14:30 +03:00
|
|
|
icondir = $(datadir)/pixmaps
|
|
|
|
|
2012-11-03 04:52:46 +04:00
|
|
|
util_DATA = share/misc/hexchat.desktop
|
2011-02-24 06:14:30 +03:00
|
|
|
utildir = $(datadir)/applications
|
2012-07-30 18:05:34 +04:00
|
|
|
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|