]> andersk Git - moira.git/commitdiff
added xfer_003.c, program update_test
authormar <mar>
Tue, 22 Sep 1992 14:18:28 +0000 (14:18 +0000)
committermar <mar>
Tue, 22 Sep 1992 14:18:28 +0000 (14:18 +0000)
update/Imakefile

index 30b600436824826d8b83de59fceab1c26a4b3ce9..d1127c0747ea0989044a48afe2c1faf4febeadee 100644 (file)
 
 SRCS=  auth_001.c checksum.c client.c exec_002.c get_file.c \
        hostname.c inst_001.c log.c send_file.c ticket.c \
-       update_server.c xfer_002.c config.c update_test.c
+       update_server.c xfer_002.c xfer_003.c config.c update_test.c
 SRCDIR=${SRCTOP}/update
 CODE=${SRCS} Imakefile
 SOBJS= update_server.o auth_001.o inst_001.o xfer_002.o exec_002.o \
-       log.o get_file.o checksum.o config.o
+       xfer_003.o log.o get_file.o checksum.o config.o
 COBJS= ticket.o send_file.o checksum.o
 
 #ifdef HAS_VSPRINTF
@@ -33,4 +33,4 @@ moira_update.o: ${COBJS} client.o
 #endif
 
 program(update_server, ${SOBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${ETCDIR})
-test_program(update_test, update_test.o ${COBJS}, ${CLIBS})
+test_program(update_test, ${COBJS}, ${CLIBS})
This page took 0.046847 seconds and 5 git commands to generate.