From: manphiz@gmail.com Date: Thu, 9 May 2013 05:40:00 +0000 (+0000) Subject: Patch to make test-lexer depend on ASN.1 X-Git-Tag: 0.18.2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6793097e6f0d82cfca07aaeb55c7e9b742d2fdf;p=p11-kit Patch to make test-lexer depend on ASN.1 https://bugs.freedesktop.org/show_bug.cgi?id=64378 --- diff --git a/common/tests/Makefile.am b/common/tests/Makefile.am index 5e84439..6959c4f 100644 --- a/common/tests/Makefile.am +++ b/common/tests/Makefile.am @@ -20,7 +20,6 @@ CHECK_PROGS = \ test-constants \ test-attrs \ test-buffer \ - test-lexer \ test-url \ test-path \ $(NULL) @@ -42,6 +41,7 @@ INCLUDES += \ CHECK_PROGS += \ test-asn1 \ test-base64 \ + test-lexer \ test-pem \ test-oid \ test-utf8 \