comparison mcabber/src/Makefile.am @ 1426:a64778f5f26b

Implement FIFO named command pipe
author Mikael Berthe <mikael@lilotux.net>
date Mon, 18 Feb 2008 22:59:37 +0100
parents 887f8801418c
children 844410b9b4cc
comparison
equal deleted inserted replaced
1425:b0cfd9ab4b9f 1426:a64778f5f26b
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 help.c help.h
9
10 if FIFO
11 mcabber_SOURCES += fifo.c fifo.h
12 endif
9 13
10 if OTR 14 if OTR
11 mcabber_SOURCES += otr.c otr.h 15 mcabber_SOURCES += otr.c otr.h
12 endif 16 endif
13 17