]> andersk Git - moira.git/blobdiff - update/Imakefile
install in ETCDIR, not PROGDIR
[moira.git] / update / Imakefile
index 4d9bd481d4ba4a7677493f87215c9b6cb2e42819..4cfa3490d6c61f38019c2817180bf610b3c68c5e 100644 (file)
@@ -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.074382 seconds and 4 git commands to generate.