commit c4c1456adf519c3b587d1e797f9b500d896fa3d2
parent 2c8c09c799a79d236069db8d4c07f2616f425712
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 22 Feb 2014 11:39:33 +0000
-fix linker issue: link against OpenSSL for sure
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/microspdy/Makefile.am b/src/microspdy/Makefile.am
@@ -20,7 +20,8 @@ libmicrospdy_la_SOURCES = \
session.h session.c \
applicationlayer.c applicationlayer.h \
alstructures.c alstructures.h
-
+libmicrospdy_la_LIBADD = \
+ -lssl
libmicrospdy_la_LDFLAGS = \
$(SPDY_LIB_LDFLAGS)