mcabber/mcabber/Makefile.am
changeset 1762 e7ce50fe19a9
parent 1735 5093b5ca1572
child 1824 f35f39c15b35
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