]> andersk Git - moira.git/blobdiff - update/Makefile.in
Use krb5_error_code for return value of krb5 library functions.
[moira.git] / update / Makefile.in
index 76c30e47207f3e68659a04aa71dc59befbcf1267..0181ead075225e0b20ca7b9b65b48b975b6afc99 100644 (file)
@@ -10,6 +10,7 @@ DEFS=@DEFS@
 ALL_CFLAGS=$(CPPFLAGS) $(CFLAGS) $(DEFS)
 LDFLAGS=@LDFLAGS@
 LIBS=@LIBS@
+MR_LIBDEP=@MR_LIBDEP@
 INSTALL=@INSTALL@
 INSTALL_PROGRAM=@INSTALL_PROGRAM@
 
@@ -22,7 +23,7 @@ exec_prefix=@exec_prefix@
 bindir=@bindir@
 sbindir=@sbindir@
 
-SOBJS= auth_002.o checksum.o config.o exec_002.o get_file.o \
+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
 COBJS= update_test.o checksum.o client.o send_file.o ticket.o sendrecv.o
 
@@ -36,14 +37,17 @@ all: $(TARGET)
 clean:
        rm -f $(SOBJS) $(COBJS) $(TARGET)
 
+cleandir distclean: clean
+       rm -f Makefile
+
 depend:
 
 install: all
        $(INSTALL_PROGRAM) update_test $(bindir)
        $(INSTALL_PROGRAM) update_server $(sbindir)
 
-update_test: $(COBJS)
+update_test: $(COBJS) $(MR_LIBDEP)
        $(CC) -o $@ $(LDFLAGS) $(COBJS) $(LIBS)
 
-update_server: $(SOBJS)
+update_server: $(SOBJS) $(MR_LIBDEP)
        $(CC) -o $@ $(LDFLAGS) $(SOBJS) $(LIBS)
This page took 0.03056 seconds and 4 git commands to generate.