comparison mcabber/mcabber/Makefile.am @ 1762:e7ce50fe19a9

Introduce mcabber/api.h Bump API revision to 2
author Myhailo Danylenko <isbear@ukrpost.net>
date Sat, 13 Mar 2010 18:17:10 +0200
parents 5093b5ca1572
children f35f39c15b35
comparison
equal deleted inserted replaced
1761:61f0482d3993 1762:e7ce50fe19a9
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 mcabber_SOURCES += modules.c modules.h api.h
36 mcabberinclude_HEADERS = main.h roster.h events.h \ 36 mcabberinclude_HEADERS = main.h roster.h events.h \
37 commands.h compl.h \ 37 commands.h compl.h \
38 hbuf.h screen.h logprint.h \ 38 hbuf.h screen.h logprint.h \
39 settings.h hooks.h utf8.c utf8.h \ 39 settings.h hooks.h utf8.c utf8.h \
40 histolog.h utils.h pgp.h \ 40 histolog.h utils.h pgp.h \
41 xmpp.h xmpp_helper.h xmpp_defines.h \ 41 xmpp.h xmpp_helper.h xmpp_defines.h \
42 xmpp_iq.h xmpp_iqrequest.h \ 42 xmpp_iq.h xmpp_iqrequest.h \
43 xmpp_muc.h xmpp_s10n.h \ 43 xmpp_muc.h xmpp_s10n.h \
44 caps.h fifo.h help.h modules.h \ 44 caps.h fifo.h help.h modules.h api.h \
45 $(top_srcdir)/include/config.h 45 $(top_srcdir)/include/config.h
46 46
47 if OTR 47 if OTR
48 mcabberinclude_HEADERS += otr.h nohtml.h 48 mcabberinclude_HEADERS += otr.h nohtml.h
49 endif 49 endif