From 3aab5607a1485bb83e7728fe799ed57fae368af5 Mon Sep 17 00:00:00 2001 From: hadaq Date: Mon, 10 Oct 2011 12:15:00 +0000 Subject: [PATCH] bugfix --- trbnetd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/trbnetd/Makefile b/trbnetd/Makefile index 032d393..ddbabc2 100644 --- a/trbnetd/Makefile +++ b/trbnetd/Makefile @@ -26,7 +26,7 @@ LOADLIBES = -ltrbnet TARGETS = trbcmd trbrichcmd trbflash trb_i2c trbdhcp pulser -LIB_TARGETS = +LIB_TARGETS = libtrbnet.a # ------------ Libaries ------------------------------------------------ @@ -129,6 +129,8 @@ trbrpc.h: trbrpc.x trberror.o: trberror.c +libtrbnet.a: trbnetrpc.o trbrpc_clnt.o trbrpc_xdr.o trberror.o + # ---------------------------------------------------------------------- trbcmd.c: -- 2.43.0