From: Michael Traxler Date: Mon, 16 Jan 2017 21:50:22 +0000 (+0100) Subject: also make shared library, mt X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=e00b420c3d2d2a7829c2a61c46659dd8829d5021;p=trbnettools.git also make shared library, mt --- diff --git a/.gitignore b/.gitignore index 9fb33b5..9e33937 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # object files *.o +*.so *.a *.ko *.ko.cmd diff --git a/libtrbnet/Makefile b/libtrbnet/Makefile index 9712375..e982371 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 ------------------------------------------------