1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-07 02:54:19 -04:00
irssi/src/Makefile.am
2000-06-02 00:36:54 +00:00

18 lines
228 B
Makefile

if BUILD_TEXTUI
TEXTUI=fe-text
endif
if BUILD_IRSSIBOT
BOTUI=fe-none
endif
if HAVE_PERL
PERLDIR=perl
endif
noinst_HEADERS = \
nls.h \
common.h
SUBDIRS = lib-popt lib-config core irc fe-common $(PERLDIR) $(TEXTUI) $(BOTUI)