Moved pgp signature generation to cl_ev_presence_send
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user