mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-02 00:15:03 -04:00
14 lines
283 B
Makefile
14 lines
283 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = po intl src plugins man
|
|
|
|
EXTRA_DIST = autogen.sh
|
|
|
|
icon_DATA = src/pixmaps/hexchat.png
|
|
icondir = $(datadir)/pixmaps
|
|
|
|
util_DATA = share/misc/hexchat.desktop
|
|
utildir = $(datadir)/applications
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|