configure: Don't install test libraries
This was actually hapenning through a TESTPROD being dependent on the TESTLIBRARY and not having a <lib>_DIR to tell it where the library would be found. We now set <lib>_DIR = . for all test libraries and they don't get installed any more.
This commit is contained in:
@@ -119,6 +119,7 @@ $(foreach target, $(LIBRARY), \
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
define LIBRARY3_template
|
||||
$(1)_DIR = .
|
||||
TESTBUILD_LIBRARY += $$(if $$(strip $$($(1)_OBJSNAME) $$(LIBRARY_OBJS)),$(1),)
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user