summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-06-06 22:19:08 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-08-01 12:18:33 -0400
commite433c91119b40b6066092b8165505332518f4918 (patch)
treea99c5bf2cdd654630fbd49008c21056608ed8a5f /Makefile.am
parent600f24749008caaf03adbfa6bc5cf65a806f0b92 (diff)
downloadsssd-e433c91119b40b6066092b8165505332518f4918.tar.gz
sssd-e433c91119b40b6066092b8165505332518f4918.tar.xz
sssd-e433c91119b40b6066092b8165505332518f4918.zip
Add helper functions for looking up HBAC rule components
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8002bbd0b..cf41889d7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -864,6 +864,12 @@ libsss_ipa_la_SOURCES = \
src/providers/ipa/ipa_auth.c \
src/providers/ipa/ipa_access.c \
src/providers/ipa/ipa_dyndns.c \
+ src/providers/ipa/ipa_hbac_hosts.c \
+ src/providers/ipa/ipa_hbac_private.h \
+ src/providers/ipa/ipa_hbac_rules.c \
+ src/providers/ipa/ipa_hbac_services.c \
+ src/providers/ipa/ipa_hbac_users.c \
+ src/providers/ipa/ipa_hbac_common.c \
src/providers/ldap/ldap_id.c \
src/providers/ldap/ldap_id_enum.c \
src/providers/ldap/ldap_id_cleanup.c \