summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2017-01-12 13:00:48 +0100
committerLukas Slebodnik <lslebodn@redhat.com>2017-03-14 13:31:47 +0100
commitca90f2102a43a3d49a2ef26610d7b4ff3062a823 (patch)
tree67773a18be1ce631ebec24e9ae2602a25290e2ec /Makefile.am
parent321ca28277cbf9882769537fd4c0dfaea224c86e (diff)
downloadsssd-ca90f2102a43a3d49a2ef26610d7b4ff3062a823.tar.gz
sssd-ca90f2102a43a3d49a2ef26610d7b4ff3062a823.tar.xz
sssd-ca90f2102a43a3d49a2ef26610d7b4ff3062a823.zip
UTIL: Add a libtevent libcurl wrapper
Adds a request that enables the caller to issue an asynchronous request with libcurl. Currently only requests towards UNIX sockets are supported. Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@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 318fd210e..869ac2228 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -660,6 +660,7 @@ dist_noinst_HEADERS = \
src/util/util_creds.h \
src/util/inotify.h \
src/util/sss_iobuf.h \
+ src/util/tev_curl.h \
src/monitor/monitor.h \
src/monitor/monitor_interfaces.h \
src/monitor/monitor_iface_generated.h \