X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fstatd%2FMakefile;h=444932f6c9a7c487fffd81982339700db9c1a3f1;hp=211e22da5c371a8ba1849b543075271916797bc2;hb=1917b266ea91ef5da077db973832955cdef2acef;hpb=764e46f5c5fe1a6e376f4cd350424f33afc9e838 diff --git a/utils/statd/Makefile b/utils/statd/Makefile index 211e22d..444932f 100644 --- a/utils/statd/Makefile +++ b/utils/statd/Makefile @@ -16,7 +16,7 @@ PROGRAM = statd PREFIX = rpc. OBJS = $(SRCS:.c=.o) CCOPTS = $(DEBUG) $(SIMUL) -LIBS = -lexport -lmisc $(LIBWRAP) $(LIBNSL) +LIBS = -lexport -lnfs -lmisc $(LIBWRAP) $(LIBNSL) SRCS = $(RPCSRCS) $(SIMSRCS) \ callback.c notlist.c log.c misc.c monitor.c notify.c simu.c \ @@ -56,3 +56,5 @@ clean:: distclean:: $(RM) $(RPCHDRS) $(RPCSRCS) $(SIMHDRS) $(SIMSRCS) + +predep:: $(RPCHDRS) $(RPCSRCS)