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

if BUILD_IRSSIBOT
BOTUI=fe-none
endif

if HAVE_PERL
PERLDIR=perl
endif

noinst_HEADERS = \
	common.h

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