From 7b02734a8d95cf2ed9a516081c42d8c92f0e7e9b 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 Conflicts: Makefile.am --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index cf41889d7..16ae5ce72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -907,7 +907,8 @@ libsss_ipa_la_LIBADD = \ $(DHASH_LIBS) \ $(KEYUTILS_LIBS) \ $(KRB5_LIBS) \ - libsss_crypt.la + libsss_crypt.la \ + libipa_hbac.la libsss_ipa_la_LDFLAGS = \ -version-info 1:0:0 \ -module -- cgit