tests: Link test-gpg-verify-result with gpgme

This test uses gpgme directly to verify the signatures, so it needs to
find the gpgme headers and link with gpgme to ensure the linker can
resolve the symbols.
This commit is contained in:
Dan Nicholson 2015-05-12 15:48:22 -07:00 committed by Colin Walters
parent 06fc597762
commit 7aa23d53cd
1 changed files with 2 additions and 2 deletions

View File

@ -169,8 +169,8 @@ tests_test_ot_tool_util_LDADD = $(TESTS_LDADD)
tests_test_gpg_verify_result_SOURCES = \
src/libostree/ostree-gpg-verify-result-private.h \
tests/test-gpg-verify-result.c
tests_test_gpg_verify_result_CFLAGS = $(TESTS_CFLAGS)
tests_test_gpg_verify_result_LDADD = $(TESTS_LDADD)
tests_test_gpg_verify_result_CFLAGS = $(TESTS_CFLAGS) $(OT_INTERNAL_GPGME_CFLAGS)
tests_test_gpg_verify_result_LDADD = $(TESTS_LDADD) $(OT_INTERNAL_GPGME_LIBS)
EXTRA_DIST += \
tests/gpg-verify-data/README.md \