From 4326fc28332dfbf710dae0704f02892186c977e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 8 Jan 2006 22:02:43 +0000 Subject: [PATCH] Depend on LIB_des git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16488 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 4eb05bcad..7390e4977 100644 --- a/lib/hx509/Makefile.am +++ b/lib/hx509/Makefile.am @@ -7,7 +7,7 @@ libhx509_la_LDFLAGS = -version-info 1:0:0 BUILT_SOURCES = hx509_err.c hx509_err.h -libhx509_la_LIBADD = ../asn1/libasn1.la +libhx509_la_LIBADD = $(LIB_des) ../asn1/libasn1.la libhx509_la_CPPFLAGS = -I$(srcdir)/ref $(INCLUDE_des)