From d6d864a4462e4e2202c493065d7fb475b86f4e07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 28 Nov 2006 19:44:40 +0000 Subject: [PATCH] Add explicit depenency to LIB_roken for libasn1.la, make AIX happy. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19178 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/asn1/Makefile.am b/lib/asn1/Makefile.am index b461a7532..889bbfba9 100644 --- a/lib/asn1/Makefile.am +++ b/lib/asn1/Makefile.am @@ -7,7 +7,7 @@ YFLAGS = -d -t lib_LTLIBRARIES = libasn1.la libasn1_la_LDFLAGS = -version-info 6:1:1 -libasn1_la_LIBADD = @LIB_com_err@ +libasn1_la_LIBADD = @LIB_com_err@ $(LIB_roken) BUILT_SOURCES = \ $(gen_files_rfc2459:.x=.c) \