From: Michael Traxler Date: Thu, 4 Mar 2021 19:58:18 +0000 (+0100) Subject: now also libtrbnet needs the library tirpc, so added for the linker, mt X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=aadf0981f030792ec06194822f58c804e13bfbb9;p=trbnettools.git now also libtrbnet needs the library tirpc, so added for the linker, mt --- diff --git a/trbrich/Makefile b/trbrich/Makefile index afdfae9..61489ef 100644 --- a/trbrich/Makefile +++ b/trbrich/Makefile @@ -27,7 +27,7 @@ CFLAGS = -pipe -g -Wall -Winline -O3 -fPIC -finline-functions -finline-limit=60 LD = $(CC) LDFLAGS = LIBDIR = -L../libtrbnet -LOADLIBES = -ltrbnet -lm +LOADLIBES = -ltrbnet -lm -ltirpc # ------------ TARGETS -------------------------------------------------