Commit db2d5483 authored by Federico Vaga's avatar Federico Vaga

Merge branch '45-statically-link-library-to-tools' into 'master'

Resolve "Statically link library to tools"

Closes #45

See merge request be-cem-edl/fec/hardware-modules/fmc-tdc-1ns-5cha!24
parents e3cb1806 ecff6f9a
......@@ -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