[ostree] tests: Link test-gpg-verify-result with gpgme



commit 7aa23d53cd14abf1e615c6ed70d613b3e151e109
Author: Dan Nicholson <nicholson endlessm com>
Date:   Tue May 12 15:48:22 2015 -0700

    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.

 Makefile-tests.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile-tests.am b/Makefile-tests.am
index 29fc41c..a782989 100644
--- a/Makefile-tests.am
+++ b/Makefile-tests.am
@@ -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 \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]