]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
also make shared library, mt
authorHadaq <hadaq@hades39.gsi.de>
Mon, 16 Jan 2017 21:43:11 +0000 (22:43 +0100)
committerHadaq <hadaq@hades39.gsi.de>
Mon, 16 Jan 2017 21:43:11 +0000 (22:43 +0100)
libtrbnet/Makefile

index 971237546ef47719b1249bf12de9d69fa4a6d140..be9f18d971d38cadccc11ad4c0b9a30c6d6f2690 100644 (file)
@@ -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