aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2014-03-05 19:00:32 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2014-03-05 19:00:32 +0000
commit64ba63e73fe07fbc597d61c8184859c9fa098ef5 (patch)
tree70f111ef5d2a7e2b9c414d7781fa80b82192ca64
parent143fa3f305dc3c47d8a366c9743aaf48ab54bf29 (diff)
downloadlibmicrohttpd-64ba63e73fe07fbc597d61c8184859c9fa098ef5.tar.gz
libmicrohttpd-64ba63e73fe07fbc597d61c8184859c9fa098ef5.zip
spdy2http/Makefile.am: remove not required '-ldl' flag
-rw-r--r--src/spdy2http/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/spdy2http/Makefile.am b/src/spdy2http/Makefile.am
index 4498fba9..e9ee6e19 100644
--- a/src/spdy2http/Makefile.am
+++ b/src/spdy2http/Makefile.am
@@ -27,5 +27,4 @@ microspdy2http_LDADD = \
27 -lssl \ 27 -lssl \
28 -lcrypto \ 28 -lcrypto \
29 -lz \ 29 -lz \
30 -ldl \
31 -lcurl 30 -lcurl