2018-02-13 18:49:14 +01:00
|
|
|
libraries += libplugintest
|
2018-02-08 17:26:18 +01:00
|
|
|
|
2018-02-13 18:49:14 +01:00
|
|
|
libplugintest_DIR := $(d)
|
2018-02-08 17:26:18 +01:00
|
|
|
|
2018-02-13 18:49:14 +01:00
|
|
|
libplugintest_SOURCES := $(d)/plugintest.cc
|
2018-02-08 17:26:18 +01:00
|
|
|
|
2018-02-13 18:49:14 +01:00
|
|
|
libplugintest_ALLOW_UNDEFINED := 1
|
2018-02-08 17:26:18 +01:00
|
|
|
|
2018-02-13 18:49:14 +01:00
|
|
|
libplugintest_EXCLUDE_FROM_LIBRARY_LIST := 1
|