From da15279fa3ce8a965f6d77e4483811ce94a8f9ea Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Wed, 17 Oct 2018 00:58:39 +0200 Subject: [PATCH] fix flood test libs --- tests/irc/flood/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/irc/flood/Makefile.am b/tests/irc/flood/Makefile.am index 85b52eab..58c0d98d 100644 --- a/tests/irc/flood/Makefile.am +++ b/tests/irc/flood/Makefile.am @@ -33,8 +33,7 @@ test_796_LDADD = \ ../../../src/fe-common/core/libfe_common_core.a \ ../../../src/core/libcore.a \ ../../../src/lib-config/libirssi_config.a \ - @GLIB_LIBS@ \ - @OPENSSL_LIBS@ + @PROG_LIBS@ test_796_SOURCES = \ test-796.c