Added socket stream and socket into SilcClientConnection context.
[silc.git] / lib / silchttp / tests / Makefile.am
index e3ce7c23602ec352c5bdce301c0d95acaaa6a574..00067b41b3d3b6d9496a871f3e2c56ffb1236db1 100644 (file)
@@ -22,6 +22,6 @@ bin_PROGRAMS = test_silchttpserver
 test_silchttpserver_SOURCES = test_silchttpserver.c
 
 LIBS = $(SILC_COMMON_LIBS)
-LDADD = -L.. -L../.. -lsilc
+LDADD = -L.. -L../.. -lsilc -lsilchttp
 
 include $(top_srcdir)/Makefile.defines.in