blob: 1d2bac052fd2ae27a210bce89edb4dfd021ba573 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
libraries += libplugintest
libplugintest_DIR := $(d)
libplugintest_SOURCES := $(d)/plugintest.cc
libplugintest_ALLOW_UNDEFINED := 1
libplugintest_EXCLUDE_FROM_LIBRARY_LIST := 1
|