mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
coverage: add missing linker flags to fix compilation
This commit is contained in:
parent
e32fe06efd
commit
fdf4a9c251
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ endif
|
|||
endif
|
||||
|
||||
TOOLS_CFLAGS = $(CFLAGS)
|
||||
TOOLS_LDLIBS = -lconfig -ljansson -lvillas
|
||||
TOOLS_LDLIBS = $(LDLIBS) -lconfig -ljansson -lvillas
|
||||
TOOLS_LDFLAGS = $(LDFLAGS) -Wl,-rpath,'$$ORIGIN'
|
||||
|
||||
ifeq ($(shell $(PKGCONFIG) libzmq; echo $$?),0)
|
||||
|
|
Loading…
Add table
Reference in a new issue