Commit ecff6f9a authored by Vaibhav Gupta's avatar Vaibhav Gupta

software: tools: Statically link library to tools

Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent e3cb1806
......@@ -33,7 +33,7 @@ CFLAGS += -DGIT_VERSION="\"$(GIT_VERSION)\""
COMMON_SRCS = test-common.c
LDFLAGS = -L$(LIBTDC)
LDLIBS = -lfmctdc -lrt
LDLIBS = $(LIBTDC)/libfmctdc.a -lrt
CPPCHECK ?= cppcheck
FLAWFINDER ?= flawfinder
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment