From c6793097e6f0d82cfca07aaeb55c7e9b742d2fdf Mon Sep 17 00:00:00 2001 From: "manphiz@gmail.com" Date: Thu, 9 May 2013 05:40:00 +0000 Subject: [PATCH] Patch to make test-lexer depend on ASN.1 https://bugs.freedesktop.org/show_bug.cgi?id=64378 --- common/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.40.0