summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-01-28 11:40:36 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-01-31 09:37:41 -0500
commitca73004be606fe1a3003f2bc82eede4945fd0f08 (patch)
treeeb9eb6119262f5978fe9062fe3a9912902c43a36 /Makefile.am
parente2925c2d7d10cbb51098402233784044168f1a77 (diff)
downloadsssd-ca73004be606fe1a3003f2bc82eede4945fd0f08.tar.gz
sssd-ca73004be606fe1a3003f2bc82eede4945fd0f08.tar.xz
sssd-ca73004be606fe1a3003f2bc82eede4945fd0f08.zip
IPA: Add support for services lookups (non-enum)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d2f099b3f..710f33c67 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1018,6 +1018,7 @@ libsss_ipa_la_SOURCES = \
src/providers/ldap/ldap_id_enum.c \
src/providers/ldap/ldap_id_cleanup.c \
src/providers/ldap/ldap_id_netgroup.c \
+ src/providers/ldap/ldap_id_services.c \
src/providers/ldap/ldap_auth.c \
src/providers/ldap/ldap_common.c \
src/providers/ldap/sdap_async.c \
@@ -1026,6 +1027,7 @@ libsss_ipa_la_SOURCES = \
src/providers/ldap/sdap_async_initgroups.c \
src/providers/ldap/sdap_async_connection.c \
src/providers/ldap/sdap_async_netgroups.c \
+ src/providers/ldap/sdap_async_services.c \
src/providers/ldap/sdap_child_helpers.c \
src/providers/ldap/sdap_fd_events.c \
src/providers/ldap/sdap_id_op.c \