comparison mcabber/mcabber/Makefile.am @ 1735:5093b5ca1572

New modules loading scheme
author Myhailo Danylenko <isbear@ukrpost.net>
date Thu, 04 Mar 2010 13:03:20 +0200
parents 41c26b7d2890
children e7ce50fe19a9
comparison
equal deleted inserted replaced
1734:eae4a2637f2c 1735:5093b5ca1572
30 30
31 .PHONY: hgcset.h 31 .PHONY: hgcset.h
32 endif 32 endif
33 33
34 if INSTALL_HEADERS 34 if INSTALL_HEADERS
35 mcabber_SOURCES += modules.c modules.h
35 mcabberinclude_HEADERS = main.h roster.h events.h \ 36 mcabberinclude_HEADERS = main.h roster.h events.h \
36 commands.h compl.h \ 37 commands.h compl.h \
37 hbuf.h screen.h logprint.h \ 38 hbuf.h screen.h logprint.h \
38 settings.h hooks.h utf8.c utf8.h \ 39 settings.h hooks.h utf8.c utf8.h \
39 histolog.h utils.h pgp.h \ 40 histolog.h utils.h pgp.h \
40 xmpp.h xmpp_helper.h xmpp_defines.h \ 41 xmpp.h xmpp_helper.h xmpp_defines.h \
41 xmpp_iq.h xmpp_iqrequest.h \ 42 xmpp_iq.h xmpp_iqrequest.h \
42 xmpp_muc.h xmpp_s10n.h \ 43 xmpp_muc.h xmpp_s10n.h \
43 caps.h fifo.h help.h $(top_srcdir)/include/config.h 44 caps.h fifo.h help.h modules.h \
45 $(top_srcdir)/include/config.h
44 46
45 if OTR 47 if OTR
46 mcabberinclude_HEADERS += otr.h nohtml.h 48 mcabberinclude_HEADERS += otr.h nohtml.h
47 endif 49 endif
48 50