mcabber/src/Makefile.am
changeset 1426 a64778f5f26b
parent 1309 887f8801418c
child 1448 844410b9b4cc
--- a/mcabber/src/Makefile.am	Sun Feb 17 21:19:58 2008 +0100
+++ b/mcabber/src/Makefile.am	Mon Feb 18 22:59:37 2008 +0100
@@ -7,6 +7,10 @@
 		  histolog.c histolog.h utils.c utils.h pgp.c pgp.h \
 		  help.c help.h
 
+if FIFO
+mcabber_SOURCES += fifo.c fifo.h
+endif
+
 if OTR
 mcabber_SOURCES += otr.c otr.h
 endif