From 87a341d0e964b8f2b4b197dc298f0ce634eb54a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 17 Jan 2007 18:00:30 +0000 Subject: [PATCH] Fix makefile problem. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19978 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/Makefile.am b/lib/hx509/Makefile.am index 27644f9cf..c01d18755 100644 --- a/lib/hx509/Makefile.am +++ b/lib/hx509/Makefile.am @@ -82,7 +82,7 @@ libhx509_la_LIBADD = \ $(LIB_com_err) \ $(LIB_des) \ $(top_builddir)/lib/asn1/libasn1.la \ - $(top_builddir)/lib/roken/libroken.la + $(top_builddir)/lib/roken/libroken.la \ $(LIB_dlopen) libhx509_la_CPPFLAGS = -I$(srcdir)/ref $(INCLUDE_des)