summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2017-06-05 15:19:13 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2017-09-01 20:25:37 +0200
commit9ef185255126b9ed415fa334f585a11c5be4fb1a (patch)
treef5c925ef63b503cc0f42e4bb137ac62b387c1c5f /Makefile.am
parent2d40ce078a9071ac23353848d0849fbbbd600049 (diff)
downloadsssd-9ef185255126b9ed415fa334f585a11c5be4fb1a.tar.gz
sssd-9ef185255126b9ed415fa334f585a11c5be4fb1a.tar.xz
sssd-9ef185255126b9ed415fa334f585a11c5be4fb1a.zip
SECRETS: Do not link with c-ares
Since we started using libcurl for the proxy provider, there is no point in initializing or linking against c-ares. If we want to explicitly use a resolver in the future, we should use libcurl callbacks. Reviewed-by: Simo Sorce <simo@redhat.com> Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9fc3dfcd1..273ecc72f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1500,7 +1500,6 @@ sssd_secrets_SOURCES = \
src/util/sss_iobuf.c \
src/util/tev_curl.c \
$(SSSD_RESPONDER_OBJ) \
- $(SSSD_RESOLV_OBJ) \
$(NULL)
sssd_secrets_LDADD = \
$(HTTP_PARSER_LIBS) \