comparison mcabber/mcabber/Makefile.am @ 1941:2256d0626730

Modularize fifo system (Myhailo Danylenko) Merge patch from isbear's mcabber-experimental repository.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 27 Feb 2011 17:42:27 +0100
parents 668657be02ba
children e8f2db654e67
comparison
equal deleted inserted replaced
1940:7eadf86039e6 1941:2256d0626730
5 settings.c settings.h hooks.c hooks.h utf8.c utf8.h \ 5 settings.c settings.h hooks.c hooks.h utf8.c utf8.h \
6 histolog.c histolog.h utils.c utils.h pgp.c pgp.h \ 6 histolog.c histolog.h utils.c utils.h pgp.c pgp.h \
7 xmpp.c xmpp.h xmpp_helper.c xmpp_helper.h xmpp_defines.h \ 7 xmpp.c xmpp.h xmpp_helper.c xmpp_helper.h xmpp_defines.h \
8 xmpp_iq.c xmpp_iq.h xmpp_iqrequest.c xmpp_iqrequest.h \ 8 xmpp_iq.c xmpp_iq.h xmpp_iqrequest.c xmpp_iqrequest.h \
9 xmpp_muc.c xmpp_muc.h xmpp_s10n.c xmpp_s10n.h \ 9 xmpp_muc.c xmpp_muc.h xmpp_s10n.c xmpp_s10n.h \
10 caps.c caps.h fifo.c fifo.h help.c help.h 10 caps.c caps.h help.c help.h
11 11
12 if OTR 12 if OTR
13 mcabber_SOURCES += otr.c otr.h nohtml.c nohtml.h 13 mcabber_SOURCES += otr.c otr.h nohtml.c nohtml.h
14 endif 14 endif
15 15
51 if HGCSET 51 if HGCSET
52 mcabberinclude_HEADERS += hgcset.h 52 mcabberinclude_HEADERS += hgcset.h
53 endif 53 endif
54 54
55 mcabberincludedir = $(includedir)/mcabber 55 mcabberincludedir = $(includedir)/mcabber
56 else
57 mcabber_SOURCES += fifo.c fifo.h
56 endif 58 endif
57 59
58 #SUBDIRS = 60 #SUBDIRS =