From c46697be485bfb1544b23c39c9f68e0f551ace8a Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 15 Jan 2017 18:29:47 +0100 Subject: TESTS: Build Wintermute test only for static plugin --- test/module.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/module.mk b/test/module.mk index 5ccfe16ff9..c09849f1c6 100644 --- a/test/module.mk +++ b/test/module.mk @@ -8,7 +8,7 @@ TESTS := $(srcdir)/test/common/*.h $(srcdir)/test/audio/*.h TEST_LIBS := audio/libaudio.a common/libcommon.a -ifdef ENABLE_WINTERMUTE +ifeq ($(ENABLE_WINTERMUTE), STATIC_PLUGIN) TESTS += $(srcdir)/test/engines/wintermute/*.h TEST_LIBS += engines/wintermute/libwintermute.a endif -- cgit v1.2.3