]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
now also libtrbnet needs the library tirpc, so added for the linker, mt
authorMichael Traxler <M.Traxler@gsi.de>
Thu, 4 Mar 2021 19:58:18 +0000 (20:58 +0100)
committerMichael Traxler <M.Traxler@gsi.de>
Thu, 4 Mar 2021 19:58:18 +0000 (20:58 +0100)
trbrich/Makefile

index afdfae9a00e9d44e24c6160e2c02b2996d058e08..61489efe810d046783f49fe7baeed40c0e34e5e7 100644 (file)
@@ -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 -------------------------------------------------