summaryrefslogtreecommitdiffstats
path: root/runtime/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-30 16:35:35 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-30 16:35:35 +0200
commitc370fc6305af0fc9c37f818d8b88726b899b0d0a (patch)
treed07339f8fab9125240d11ca67aa4679e0018956e /runtime/Makefile.am
parentb0d63ea8f26f525bbfd177aaa6a1294b0d94f1f9 (diff)
downloadrsyslog-c370fc6305af0fc9c37f818d8b88726b899b0d0a.tar.gz
rsyslog-c370fc6305af0fc9c37f818d8b88726b899b0d0a.tar.xz
rsyslog-c370fc6305af0fc9c37f818d8b88726b899b0d0a.zip
server handshake now works with nonblocking sockets
Diffstat (limited to 'runtime/Makefile.am')
-rw-r--r--runtime/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 571d36ac..381c3ae5 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -128,6 +128,6 @@ pkglib_LTLIBRARIES += lmnsdsel_gtls.la
lmnsdsel_gtls_la_SOURCES = nsdsel_gtls.c nsdsel_gtls.h
lmnsdsel_gtls_la_CPPFLAGS = $(pthreads_cflags) $(rsrt_cflags)
lmnsdsel_gtls_la_LDFLAGS = -module -avoid-version
-lmnsdsel_gtls_la_LIBADD =
+lmnsdsel_gtls_la_LIBADD = $(gnutls_libs)
endif