X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/c57b6bd38eeb063590ce5bf24030614ec0606b1d..d8ba9128875b04c4cf05e9d4ece5706ebe1ff6b6:/update/Imakefile diff --git a/update/Imakefile b/update/Imakefile index 4d9bd481..1a558be4 100644 --- a/update/Imakefile +++ b/update/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