comparison mcabber/src/Makefile.am @ 1448:844410b9b4cc

Remove configure option --enable-fifo
author Mikael Berthe <mikael@lilotux.net>
date Thu, 27 Mar 2008 23:27:19 +0100
parents a64778f5f26b
children a8b924b5474c
comparison
equal deleted inserted replaced
1447:ba706e97d6ec 1448:844410b9b4cc
3 jabglue.c jabglue.h jab_iq.c jab_priv.h \ 3 jabglue.c jabglue.h jab_iq.c jab_priv.h \
4 commands.c commands.h compl.c compl.h \ 4 commands.c commands.h compl.c compl.h \
5 hbuf.c hbuf.h screen.c screen.h logprint.h \ 5 hbuf.c hbuf.h screen.c screen.h logprint.h \
6 settings.c settings.h hooks.c hooks.h utf8.c utf8.h \ 6 settings.c settings.h hooks.c hooks.h utf8.c utf8.h \
7 histolog.c histolog.h utils.c utils.h pgp.c pgp.h \ 7 histolog.c histolog.h utils.c utils.h pgp.c pgp.h \
8 help.c help.h 8 fifo.c fifo.h help.c help.h
9
10 if FIFO
11 mcabber_SOURCES += fifo.c fifo.h
12 endif
13 9
14 if OTR 10 if OTR
15 mcabber_SOURCES += otr.c otr.h 11 mcabber_SOURCES += otr.c otr.h
16 endif 12 endif
17 13