From 9fcb211eb6ea953549343a0dc955a433cdd41191 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 2 Oct 2000 06:33:52 +0000 Subject: [PATCH] link with roken on everything except aix, where apperently it fails. reported by Ake Sandgren git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9092 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/dceutils/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appl/dceutils/Makefile.am b/appl/dceutils/Makefile.am index 59a503b9c..35079b87c 100644 --- a/appl/dceutils/Makefile.am +++ b/appl/dceutils/Makefile.am @@ -20,4 +20,8 @@ k5dcecon_SOURCES = k5dcecon.c k5dce.h dpagaix_SOURCES = dpagaix.c +if AIX LDADD = $(LIB_dce) +else +LDADD = $(LIB_roken) $(LIB_dce) +endif