From d88eba85dec83bcbf5006e2311fa8e8f0ada0b9f Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Tue, 18 May 2010 15:32:33 +0200
Subject: [PATCH] Fix distcheck broken by check-cert-expired unittest

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index 3f225e801..ce4269b65 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -399,6 +399,7 @@ srclink_files = \
 	man/footer.sgml \
 	test/daemon-util_unittest.bash \
 	test/import-export_unittest.bash \
+	test/check-cert-expired_unittest.bash \
 	$(all_python_code)
 
 check_python_code = \
-- 
GitLab