link with roken on everything except aix, where apperently it fails.

reported by Ake Sandgren <ake@cs.umu.se>


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9092 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-10-02 06:33:52 +00:00
parent cdddba94b4
commit 9fcb211eb6

View File

@@ -20,4 +20,8 @@ k5dcecon_SOURCES = k5dcecon.c k5dce.h
dpagaix_SOURCES = dpagaix.c dpagaix_SOURCES = dpagaix.c
if AIX
LDADD = $(LIB_dce) LDADD = $(LIB_dce)
else
LDADD = $(LIB_roken) $(LIB_dce)
endif