summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 76a4af4f60676c754812e652b31e0b184b6a7600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
if BUILD_TEXTUI
TEXTUI=fe-text
endif

if BUILD_IRSSIBOT
BOTUI=fe-none
endif

if HAVE_PERL
PERLDIR=perl
endif

pkginc_srcdir=$(pkgincludedir)/src
pkginc_src_HEADERS = \
	common.h

SUBDIRS = lib-config core irc fe-common $(PERLDIR) $(TEXTUI) $(BOTUI)