X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/45d21ee1dee76905fd59e0fe95b69fd81b2d5cc0..67805159a972397342c342ee735c8acd640e1399:/clients/mrtest/Makefile diff --git a/clients/mrtest/Makefile b/clients/mrtest/Makefile index 4d50d082..d98e9ebb 100644 --- a/clients/mrtest/Makefile +++ b/clients/mrtest/Makefile @@ -7,8 +7,8 @@ # . -LIBS = ../rpc/libsms.a ../gdb/libgdb.a -LLIBS= -L../lib -lhesiod -lkrb -ldes -lss -lcom_err -lm -lc +LIBS = ../rpc/libmoira.a ../gdb/libgdb.a +LLIBS= -L../lib -lhesiod -lkrb -ldes -lhesiod -lss -lcom_err -lm -lc SRCS= test.c @@ -33,7 +33,7 @@ clean: rm -f mrtest install: mrtest - install -s mrtest ${DESTDIR}/usr/etc/mrtest + install -c -s mrtest ${DESTDIR}/usr/etc/mrtest depend: mkdep ${CFLAGS} ${SRCS} @@ -41,5 +41,5 @@ depend: # DO NOT DELETE THIS LINE -- mkdep uses it. test.o: test.c ../include/mit-copyright.h /usr/include/stdio.h -test.o: /usr/include/sys/file.h /usr/include/ctype.h ../include/sms.h -test.o: ../include/sms_et.h ../include/ss.h +test.o: /usr/include/sys/file.h /usr/include/ctype.h ../include/moira.h +test.o: ../include/mr_et.h ../include/ss.h