diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-06-06 22:38:15 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-07-08 15:12:24 -0400 |
commit | 32a5516cc2822cf6ad9950278e3c9701a9389bb4 (patch) | |
tree | b5fc71c09371ff0c7a6f498c9c3bb2a9cf375839 /Makefile.am | |
parent | 90890b6f4ee75194db0e6dc9c99a8d21f34dd8be (diff) | |
download | sssd2-32a5516cc2822cf6ad9950278e3c9701a9389bb4.tar.gz sssd2-32a5516cc2822cf6ad9950278e3c9701a9389bb4.tar.xz sssd2-32a5516cc2822cf6ad9950278e3c9701a9389bb4.zip |
Add new HBAC lookup and evaluation routines
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8ffa650a..8eaa7e03 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 |