summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2015-05-25 21:59:15 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-06-14 21:44:39 +0200
commit27e89b6925334565c73c407a9ae2809358789c81 (patch)
treeefe77b132deed319d9601075ff54994bfebc5d3d /Makefile.am
parentc3243e3212f91b69ef9990e2cb4c9339bf2f7888 (diff)
downloadsssd-27e89b6925334565c73c407a9ae2809358789c81.tar.gz
sssd-27e89b6925334565c73c407a9ae2809358789c81.tar.xz
sssd-27e89b6925334565c73c407a9ae2809358789c81.zip
IPA: Move server-mode functions to a separate module
There is already quite a few functions that are server-mode specific and there will be even more with one-way trusts. Split the server-mode specific functions into a separate module. Reviewed-by: Sumit Bose <sbose@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4e042922d..b85290896 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2760,6 +2760,7 @@ libsss_ipa_la_SOURCES = \
src/providers/ipa/ipa_hosts.c \
src/providers/ipa/ipa_subdomains.c \
src/providers/ipa/ipa_subdomains_id.c \
+ src/providers/ipa/ipa_subdomains_server.c \
src/providers/ipa/ipa_subdomains_ext_groups.c \
src/providers/ipa/ipa_views.c \
src/providers/ipa/ipa_utils.c \