From 32a5516cc2822cf6ad9950278e3c9701a9389bb4 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 6 Jun 2011 22:38:15 -0400 Subject: Add new HBAC lookup and evaluation routines --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8ffa650a5..8eaa7e03e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -926,7 +926,8 @@ libsss_ipa_la_LIBADD = \ $(DHASH_LIBS) \ $(KEYUTILS_LIBS) \ $(KRB5_LIBS) \ - libsss_util.la + libsss_util.la \ + libipa_hbac.la libsss_ipa_la_LDFLAGS = \ -avoid-version \ -module -- cgit