Added SILC HTTP Server API
[runtime.git] / lib / silchttp / tests / Makefile.am
index 00067b41b3d3b6d9496a871f3e2c56ffb1236db1..763cfadd4814b2e481d5ac4cb5a87dcd37dfdf38 100644 (file)
@@ -22,6 +22,6 @@ bin_PROGRAMS = test_silchttpserver
 test_silchttpserver_SOURCES = test_silchttpserver.c
 
 LIBS = $(SILC_COMMON_LIBS)
-LDADD = -L.. -L../.. -lsilc -lsilchttp
+LDADD = -L.. -L../.. -lsrt -lsilchttp
 
 include $(top_srcdir)/Makefile.defines.in