]> andersk Git - moira.git/blobdiff - update/Imakefile
Since pr_ChangeEntry() already checks to see if the id's aren't changing,
[moira.git] / update / Imakefile
index 2275a9dc44bea063d2b93d18bd615fe3a88a0620..4cfa3490d6c61f38019c2817180bf610b3c68c5e 100644 (file)
@@ -9,7 +9,7 @@
 #
 
 SRCS=  auth_001.c checksum.c client.c exec_002.c get_file.c \
-       hostname.c inst_001.c log.c send_file.c smskeyu.c ticket.c \
+       hostname.c inst_001.c log.c send_file.c ticket.c \
        update_server.c xfer_002.c
 SRCDIR=${SRCTOP}/update
 CODE=${SRCS} Imakefile
@@ -17,6 +17,10 @@ SOBJS=       update_server.o auth_001.o inst_001.o xfer_002.o exec_002.o \
        hostname.o log.o get_file.o checksum.o
 COBJS= client.o ticket.o send_file.o checksum.o hostname.o
 
+#ifdef HAS_VSPRINTF
+DEFINES= -DHAS_VSPRINTF
+#endif
+
 #ifdef SVRBUILD
 all::  update_server moira_update.o
 #else
@@ -28,4 +32,4 @@ moira_update.o: ${COBJS}
        ${LD} -r -o moira_update.o ${COBJS}
 #endif
 
-program(update_server, ${SOBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS}, ${PROGDIR})
+program(update_server, ${SOBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${ETCDIR})
This page took 0.034019 seconds and 4 git commands to generate.