diff options
Diffstat (limited to 'tests/plugins/local.mk')
-rw-r--r-- | tests/plugins/local.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/plugins/local.mk b/tests/plugins/local.mk index a5f19b087c82..1d2bac052fd2 100644 --- a/tests/plugins/local.mk +++ b/tests/plugins/local.mk @@ -1,9 +1,9 @@ -libraries += plugintest +libraries += libplugintest -plugintest_DIR := $(d) +libplugintest_DIR := $(d) -plugintest_SOURCES := $(d)/plugintest.cc +libplugintest_SOURCES := $(d)/plugintest.cc -plugintest_ALLOW_UNDEFINED := 1 +libplugintest_ALLOW_UNDEFINED := 1 -plugintest_EXCLUDE_FROM_LIBRARY_LIST := 1 +libplugintest_EXCLUDE_FROM_LIBRARY_LIST := 1 |