From: Hadaq Date: Mon, 16 Jan 2017 21:43:11 +0000 (+0100) Subject: also make shared library, mt X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=ad749f8a49b3d3706b3d05ce308f4bc7f4f1fc4b;p=trbnettools.git also make shared library, mt --- 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