From 9e9d3ddc1206901993d4f6a3f027c81cb10a4135 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Mon, 16 Jun 2008 07:10:48 +0000 Subject: [PATCH] scepclient requires libcrypto to build --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index e28ed631e..913099c23 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,7 +25,7 @@ if USE_UPDOWN endif if USE_TOOLS - SUBDIRS += openac scepclient + SUBDIRS += libcrypto openac scepclient endif if USE_DUMM