X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fstatd%2FMakefile;h=6301d27c12506f26f61b34a99f2d64bbe969738c;hp=3a3a794f55abb35cbb1972ef9c48355ec1278189;hb=83b193255274fdb03a78d7f61ffe8a5b816d1a2b;hpb=8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9 diff --git a/utils/statd/Makefile b/utils/statd/Makefile index 3a3a794..6301d27 100644 --- a/utils/statd/Makefile +++ b/utils/statd/Makefile @@ -3,6 +3,7 @@ # # NSM for Linux. +TOP = ../../ # Uncomment for embedded client-side simulation functions. #SIMUL = -DSIMULATIONS @@ -16,7 +17,7 @@ PROGRAM = statd PREFIX = rpc. OBJS = $(SRCS:.c=.o) CCOPTS = $(DEBUG) $(SIMUL) -LIBS = -lexport +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 +57,5 @@ clean:: distclean:: $(RM) $(RPCHDRS) $(RPCSRCS) $(SIMHDRS) $(SIMSRCS) + +predep:: $(RPCHDRS) $(RPCSRCS)