Moved pgp signature generation to cl_ev_presence_send

This commit is contained in:
James Booth
2015-05-08 00:07:21 +01:00
parent 0db7bcbdcd
commit acd2d2309f
7 changed files with 49 additions and 27 deletions

View File

@@ -68,7 +68,6 @@ tests_sources = \
src/event/ui_events.c src/event/ui_events.h \
tests/xmpp/stub_xmpp.c \
tests/ui/stub_ui.c \
tests/pgp/stub_gpg.c \
tests/log/stub_log.c \
tests/config/stub_accounts.c \
tests/helpers.c tests/helpers.h \
@@ -103,6 +102,9 @@ git_include = src/gitversion.h
pgp_sources = \
src/pgp/gpg.h src/pgp/gpg.c
pgp_test_sources = \
tests/pgp/stub_gpg.c
otr3_sources = \
src/otr/otrlib.h src/otr/otrlibv3.c src/otr/otr.h src/otr/otr.c
@@ -120,6 +122,7 @@ man_sources = docs/profanity.1
if BUILD_PGP
core_sources += $(pgp_sources)
tests_sources += $(pgp_test_sources)
endif
if BUILD_OTR