From ad749f8a49b3d3706b3d05ce308f4bc7f4f1fc4b Mon Sep 17 00:00:00 2001 From: Hadaq Date: Mon, 16 Jan 2017 22:43:11 +0100 Subject: [PATCH] also make shared library, mt --- libtrbnet/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libtrbnet/Makefile b/libtrbnet/Makefile index 9712375..be9f18d 100644 --- a/libtrbnet/Makefile +++ b/libtrbnet/Makefile @@ -35,7 +35,7 @@ LOADLIBES = TARGETS = trbcmd trbdhcp trbflash -LIB_TARGETS = libtrbnet.a +LIB_TARGETS = libtrbnet.a libtrbnet.so # ------------ Libaries ------------------------------------------------ @@ -124,6 +124,8 @@ libtrbnet.a: trberror.o trbnet.o libtrbnet.so: trberror.o trbnet.o +libtrbnet.so: trberror.o trbnet.o + trbcmd: trbcmd.o libtrbnet.a trbcmd.o: trbcmd.c trbnet.h trberror.h -- 2.43.0