From e7c9b3afb82f4db3958f4f08cb706aadcbd12d2c Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Tue, 16 Jan 2018 11:05:47 +0100 Subject: fix test builds on some platforms --- tests/irc/core/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/irc') diff --git a/tests/irc/core/Makefile.am b/tests/irc/core/Makefile.am index ccc6aa97..86f1d547 100644 --- a/tests/irc/core/Makefile.am +++ b/tests/irc/core/Makefile.am @@ -22,8 +22,7 @@ test_irc_LDADD = \ ../../../src/irc/core/libirc_core.a \ ../../../src/core/libcore.a \ ../../../src/lib-config/libirssi_config.a \ - @GLIB_LIBS@ \ - @OPENSSL_LIBS@ + @PROG_LIBS@ test_irc_SOURCES = \ test-irc.c -- cgit v1.2.3