1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

Moved gpg stub

This commit is contained in:
James Booth 2015-06-12 23:27:39 +01:00
parent d8405cd11f
commit 1cd23e0efc
2 changed files with 3 additions and 3 deletions

View File

@ -112,8 +112,8 @@ git_include = src/gitversion.h
pgp_sources = \
src/pgp/gpg.h src/pgp/gpg.c
pgp_test_sources = \
tests/pgp/stub_gpg.c
pgp_unittest_sources = \
unittests/pgp/stub_gpg.c
otr3_sources = \
src/otr/otrlib.h src/otr/otrlibv3.c src/otr/otr.h src/otr/otr.c
@ -132,7 +132,7 @@ man_sources = docs/profanity.1
if BUILD_PGP
core_sources += $(pgp_sources)
unittest_sources += $(pgp_test_sources)
unittest_sources += $(pgp_unittest_sources)
endif
if BUILD_OTR