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-07-08 15:12:24 -0400
commite134a6af42102c8d865e82bf89e0b8c5a40fb5fa (patch)
tree425f1973bca2dd3bbbda77d2bb610308858ec12d /Makefile.am
parent4dd615c01357b8715711aad6820ba9595d3ad377 (diff)
downloadsssd-e134a6af42102c8d865e82bf89e0b8c5a40fb5fa.tar.gz
sssd-e134a6af42102c8d865e82bf89e0b8c5a40fb5fa.tar.xz
sssd-e134a6af42102c8d865e82bf89e0b8c5a40fb5fa.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 ee7c4685d..8ffa650a5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -883,6 +883,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 \