forked from lix-project/lix
10 lines
166 B
Makefile
10 lines
166 B
Makefile
|
libraries += plugintest
|
||
|
|
||
|
plugintest_DIR := $(d)
|
||
|
|
||
|
plugintest_SOURCES := $(d)/plugintest.cc
|
||
|
|
||
|
plugintest_ALLOW_UNDEFINED := 1
|
||
|
|
||
|
plugintest_EXCLUDE_FROM_LIBRARY_LIST := 1
|