commit fdc23c4e36a4eddb9a59eed1d8a5c136be15039f
parent 64ba63e73fe07fbc597d61c8184859c9fa098ef5
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Wed, 5 Mar 2014 20:07:11 +0000
Cleanup libmicrospdy extra flags
Diffstat:
3 files changed, 4 insertions(+), 18 deletions(-)
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
@@ -155,25 +155,16 @@ spdy_event_loop_SOURCES = \
spdy_event_loop.c
spdy_event_loop_LDADD = \
$(top_builddir)/src/microspdy/libmicrospdy.la \
- -lssl \
- -lcrypto \
- -lz \
- -ldl
+ -lz
spdy_fileserver_SOURCES = \
spdy_fileserver.c
spdy_fileserver_LDADD = \
$(top_builddir)/src/microspdy/libmicrospdy.la \
- -lssl \
- -lcrypto \
- -lz \
- -ldl
+ -lz
spdy_response_with_callback_SOURCES = \
spdy_response_with_callback.c
spdy_response_with_callback_LDADD = \
$(top_builddir)/src/microspdy/libmicrospdy.la \
- -lssl \
- -lcrypto \
- -lz \
- -ldl
+ -lz
diff --git a/src/spdy2http/Makefile.am b/src/spdy2http/Makefile.am
@@ -24,7 +24,5 @@ microspdy2http_SOURCES = \
proxy.c
microspdy2http_LDADD = \
$(top_builddir)/src/microspdy/libmicrospdy.la \
- -lssl \
- -lcrypto \
-lz \
-lcurl
diff --git a/src/testspdy/Makefile.am b/src/testspdy/Makefile.am
@@ -49,10 +49,7 @@ SPDY_SOURCES= \
SPDY_LDADD= \
$(top_builddir)/src/microspdy/libmicrospdy.la \
- -lssl \
- -lcrypto \
- -lz \
- -ldl
+ -lz
test_daemon_start_stop_SOURCES = \
test_daemon_start_stop.c \