X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=e87b0c59f34e78bdad4d6427e9a4305b1d8a289f;hb=bbbc5ceb43ac100efb9e193fd87d364c18e77f7b;hp=04ab06e5f2a17bb0a34081bb1f9277cb2a20d679;hpb=0faba8eaa6796ce9a1101e36d00d9b0d9f5ce3b2;p=yaz-moved-to-github.git diff --git a/win/makefile b/win/makefile index 04ab06e..e87b0c5 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # This file is part of the YAZ toolkit. -# Copyright (C) 1995-2011 Index Data +# Copyright (C) 1995-2013 Index Data # Parameters @@ -507,6 +507,7 @@ MISC_OBJS= \ $(OBJDIR)\zoom-opt.obj \ $(OBJDIR)\zoom-socket.obj \ $(OBJDIR)\initopt.obj \ + $(OBJDIR)\init_diag.obj \ $(OBJDIR)\xmlquery.obj \ $(OBJDIR)\xmlerror.obj \ $(OBJDIR)\mime.obj \ @@ -864,9 +865,9 @@ $(SRCDIR)\diagsru_update.c: $(SRCDIR)\sru_update.csv @cd $(SRCDIR) $(TCL) csvtosru_update.tcl $(SRCDIR) -$(INCLDIR)\yaz\yaz-version.h: $(ROOTDIR)/configure.ac +$(INCLDIR)\yaz\yaz-version.h: $(ROOTDIR)/IDMETA @cd $(SRCDIR) - $(TCL) mk_version.tcl $(ROOTDIR)/configure.ac $(INCLDIR)\yaz\yaz-version.h + $(TCL) mk_version.tcl $(ROOTDIR)/IDMETA $(INCLDIR)\yaz\yaz-version.h !endif