gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32533 - in libmicrohttpd/src: examples spdy2http testspdy


From: gnunet
Subject: [GNUnet-SVN] r32533 - in libmicrohttpd/src: examples spdy2http testspdy
Date: Wed, 5 Mar 2014 21:07:11 +0100

Author: Karlson2k
Date: 2014-03-05 21:07:11 +0100 (Wed, 05 Mar 2014)
New Revision: 32533

Modified:
   libmicrohttpd/src/examples/Makefile.am
   libmicrohttpd/src/spdy2http/Makefile.am
   libmicrohttpd/src/testspdy/Makefile.am
Log:
Cleanup libmicrospdy extra flags

Modified: libmicrohttpd/src/examples/Makefile.am
===================================================================
--- libmicrohttpd/src/examples/Makefile.am      2014-03-05 19:00:32 UTC (rev 
32532)
+++ libmicrohttpd/src/examples/Makefile.am      2014-03-05 20:07:11 UTC (rev 
32533)
@@ -155,25 +155,16 @@
  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

Modified: libmicrohttpd/src/spdy2http/Makefile.am
===================================================================
--- libmicrohttpd/src/spdy2http/Makefile.am     2014-03-05 19:00:32 UTC (rev 
32532)
+++ libmicrohttpd/src/spdy2http/Makefile.am     2014-03-05 20:07:11 UTC (rev 
32533)
@@ -24,7 +24,5 @@
  proxy.c 
 microspdy2http_LDADD = \
   $(top_builddir)/src/microspdy/libmicrospdy.la \
- -lssl \
- -lcrypto \
  -lz \
  -lcurl

Modified: libmicrohttpd/src/testspdy/Makefile.am
===================================================================
--- libmicrohttpd/src/testspdy/Makefile.am      2014-03-05 19:00:32 UTC (rev 
32532)
+++ libmicrohttpd/src/testspdy/Makefile.am      2014-03-05 20:07:11 UTC (rev 
32533)
@@ -49,10 +49,7 @@
 
 SPDY_LDADD=  \
  $(top_builddir)/src/microspdy/libmicrospdy.la \
- -lssl \
- -lcrypto \
- -lz \
- -ldl
+ -lz
 
 test_daemon_start_stop_SOURCES = \
  test_daemon_start_stop.c \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]