summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-05-28 21:11:21 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-06-07 00:14:13 +0200
commitc51f7a064b0d7ef86110bdeb6dc09fa6c08be7d3 (patch)
tree07a9ef7e9cbde7dac5f77393d810a639dcdfb3a9 /Makefile.am
parentca344fdecdf127c80ad1074047aeba21e1165313 (diff)
downloadsssd-c51f7a064b0d7ef86110bdeb6dc09fa6c08be7d3.tar.gz
sssd-c51f7a064b0d7ef86110bdeb6dc09fa6c08be7d3.tar.xz
sssd-c51f7a064b0d7ef86110bdeb6dc09fa6c08be7d3.zip
Move domain_to_basedn outside IPA subtree
The utility function will be reused to guess search base from the base DN of AD trusted domains.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index b5cc58971..a201abf20 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1049,7 +1049,6 @@ auth_tests_LDADD = \
libsss_test_common.la
ipa_ldap_opt_tests_SOURCES = \
- src/providers/ipa/ipa_utils.c \
src/tests/ipa_ldap_opt-tests.c
ipa_ldap_opt_tests_CFLAGS = \
$(AM_CFLAGS) \
@@ -1057,6 +1056,7 @@ ipa_ldap_opt_tests_CFLAGS = \
ipa_ldap_opt_tests_LDADD = \
$(CHECK_LIBS) \
$(TALLOC_LIBS) \
+ $(SSSD_INTERNAL_LTLIBS) \
libsss_test_common.la
ad_ldap_opt_tests_SOURCES = \
@@ -1536,7 +1536,6 @@ libsss_ipa_la_SOURCES = \
src/providers/ipa/ipa_init.c \
src/providers/ipa/ipa_common.c \
src/providers/ipa/ipa_config.c \
- src/providers/ipa/ipa_utils.c \
src/providers/ipa/ipa_id.c \
src/providers/ipa/ipa_netgroups.c \
src/providers/ipa/ipa_auth.c \