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