X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/8fe6d6e5dc3ee725fff7743d7c9a3e43edf74700..2f4d95f002f4b4a11ce44ac926c63dcf8297102f:/update/Makefile.in diff --git a/update/Makefile.in b/update/Makefile.in index 0181ead0..20d20528 100644 --- a/update/Makefile.in +++ b/update/Makefile.in @@ -22,6 +22,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ bindir=@bindir@ sbindir=@sbindir@ +sysconfdir=@sysconfdir@ SOBJS= auth_002.o auth_003.o checksum.o config.o exec_002.o get_file.o \ update_server.o xfer_002.o xfer_003.o sendrecv.o @@ -43,8 +44,10 @@ cleandir distclean: clean depend: install: all - $(INSTALL_PROGRAM) update_test $(bindir) - $(INSTALL_PROGRAM) update_server $(sbindir) + $(INSTALL_PROGRAM) update_test $(DESTDIR)$(bindir) + $(INSTALL_PROGRAM) update_server $(DESTDIR)$(sbindir) + $(SRCTOP)/mkinstalldirs $(DESTDIR)$(sysconfdir)/athena + $(INSTALL) -m 644 moira.conf $(DESTDIR)$(sysconfdir)/athena/moira.conf update_test: $(COBJS) $(MR_LIBDEP) $(CC) -o $@ $(LDFLAGS) $(COBJS) $(LIBS)