New silcconfig library and server parser. Merged silc-newconfig-final.patch.
[silc.git] / apps / irssi / src / Makefile.am
1 if BUILD_TEXTUI
2 TEXTUI=fe-text
3 endif
4
5 if BUILD_IRSSIBOT
6 BOTUI=#
7 endif
8
9 if HAVE_PERL
10 PERLDIR=perl
11 endif
12
13 noinst_HEADERS = \
14         common.h
15
16 SUBDIRS = lib-popt lib-config core silc fe-common $(PERLDIR) $(TEXTUI) $(BOTUI)