1
0
Fork 0
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:
Steffen Vogel 2018-03-26 12:52:45 +02:00
parent e32fe06efd
commit fdf4a9c251

View file

@ -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)