diff options
Diffstat (limited to 'make-linux.mk')
| -rw-r--r-- | make-linux.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make-linux.mk b/make-linux.mk index df93c0c6..5fd21afe 100644 --- a/make-linux.mk +++ b/make-linux.mk @@ -109,8 +109,8 @@ netcon: rpc_lib $(OBJS) rpc_lib: - g++ -c -fPIC -lpthread netcon/rpc.c -DVERBOSE -o netcon/rpc.o - ar -rv netcon/librpc.a netcon/rpc.o + g++ -c -fPIC -lpthread netcon/RPC.c -DVERBOSE -o netcon/RPC.o + ar -rv netcon/librpc.a netcon/RPC.o selftest: $(OBJS) selftest.o |
