From 857b6f4172846b09de1a1e5071092d4dfa0638b0 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sun, 22 Nov 2009 00:14:22 -0800 Subject: [PATCH] depend on libheim-ipcc --- lib/krb5/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/krb5/Makefile.am b/lib/krb5/Makefile.am index 40276665d..f1f01ab71 100644 --- a/lib/krb5/Makefile.am +++ b/lib/krb5/Makefile.am @@ -59,6 +59,7 @@ libkrb5_la_LIBADD = \ $(LIB_com_err) \ $(LIB_hcrypto) \ $(top_builddir)/lib/asn1/libasn1.la \ + ../ipc/libheim-ipcc.la \ ../wind/libwind.la \ $(LIB_libintl) \ $(LIBADD_roken) \