mcabber/src/Makefile.am
changeset 1426 a64778f5f26b
parent 1309 887f8801418c
child 1448 844410b9b4cc
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