From c1138197636c03d889730dbc1b7904c4ca597263 Mon Sep 17 00:00:00 2001 From: Marcel Poul Date: Wed, 29 Feb 2012 15:39:14 +0000 Subject: [PATCH] build certificate delegation sample --- emi.canl.canl-c/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emi.canl.canl-c/Makefile b/emi.canl.canl-c/Makefile index ee2a428..a71388e 100644 --- a/emi.canl.canl-c/Makefile +++ b/emi.canl.canl-c/Makefile @@ -32,7 +32,7 @@ CFLAGS_PRX=-Wall -g -I${top_srcdir}/src -I. LFLAGS_PRX=-L. -lcanl_c CFLAGS_DEL=-Wall -g -I${top_srcdir}/src -I. -LFLAGS_DEL=-L. -lcanl_c +LFLAGS_DEL=-L. -lcanl_c -lcrypto HEAD_CANL=canl.h canl_locl.h canl_err.h canl_cred.h canl_ssl.h canl_mech_ssl.h @@ -70,7 +70,7 @@ version_info:=-version-info ${shell \ major:=${shell \ perl -e '$$,=":"; @F=split "\\.","${module.version}"; print $$F[0]+$$F[1]+${offset}' } -all: ${LIBCANL} server client proxy +all: ${LIBCANL} server client proxy delegation ${LIBCANL}:\ canl.lo canl_err.lo canl_dns.lo canl_ssl.lo canl_cert.lo canl_cred.lo \ -- 1.8.2.3