]> andersk Git - moira.git/blobdiff - update/Imakefile
punt mrgdb
[moira.git] / update / Imakefile
index 1521bf11c6f4cfe75fedcff15cb63431027f890d..43d9b31f7d91e6de95a78b4c5aefd4e0e8d50d4f 100644 (file)
@@ -9,13 +9,13 @@
 #
 
 SRCS=  auth_002.c checksum.c client.c config.c exec_002.c \
-       get_file.c log.c send_file.c ticket.c \
+       get_file.c sendrecv.c send_file.c ticket.c \
        update_server.c update_test.c xfer_002.c xfer_003.c
 SRCDIR=${SRCTOP}/update
 CODE=${SRCS} Imakefile
 SOBJS = auth_002.o checksum.o config.o exec_002.o get_file.o \
-       log.o update_server.o xfer_002.o xfer_003.o
-COBJS= checksum.o client.o send_file.o ticket.o
+       update_server.o xfer_002.o xfer_003.o sendrecv.o
+COBJS= checksum.o client.o send_file.o ticket.o sendrecv.o
 
 #ifdef HAS_VSPRINTF
 DEFINES= -DHAS_VSPRINTF
@@ -31,5 +31,5 @@ moira_update.o: ${COBJS}
        ${LD} -r -o moira_update.o ${COBJS}
 #endif
 
-program(update_server, ${SOBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${ETCDIR})
-program(update_test, update_test.o ${COBJS}, ${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${BINDIR})
+program(update_server, ${SOBJS},${MR_LIBDEP}, ${CLIBS},${ETCDIR})
+program(update_test, update_test.o ${COBJS}, ${MR_LIBDEP}, ${CLIBS},${BINDIR})
This page took 0.093309 seconds and 4 git commands to generate.