[gmime] Fixed the build
- From: Jeffrey Stedfast <fejj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gmime] Fixed the build
- Date: Fri, 10 Mar 2017 23:27:10 +0000 (UTC)
commit b3187fb9455b0bae1a0419868dac9396e9cc3442
Author: Jeffrey Stedfast <jestedfa microsoft com>
Date: Fri Mar 10 13:41:51 2017 -0500
Fixed the build
tests/Makefile.am | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 026de63..8e0adc4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -27,9 +27,13 @@ endif
MANUAL_TESTS = \
test-best \
test-parser \
- test-html \
+ test-html
+
+if ENABLE_CRYPTO
+MANUAL_TESTS += \
test-pkcs7 \
test-smime
+endif
noinst_PROGRAMS = $(AUTOMATED_TESTS) $(MANUAL_TESTS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]