X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=win%2Fmakefile;h=0dc130f422cc42fa2517087bde843abc57286974;hp=bd768023346be6bf9e3d1cc6d2ee27fcfc3d3f3e;hb=053c92d650501a953d68b228ad74d96b4606eaf6;hpb=725b07a551ac42b73d3b621e6a9b696cd13f42d0 diff --git a/win/makefile b/win/makefile index bd76802..0dc130f 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # This file is part of the YAZ toolkit. -# Copyright (C) 1995-2013 Index Data +# Copyright (C) Index Data # Parameters @@ -515,6 +515,7 @@ MISC_OBJS= \ $(OBJDIR)\xmlquery.obj \ $(OBJDIR)\xmlerror.obj \ $(OBJDIR)\mime.obj \ + $(OBJDIR)\cookie.obj \ $(OBJDIR)\cql.obj \ $(OBJDIR)\cql2ccl.obj \ $(OBJDIR)\cql_sortkeys.obj \ @@ -880,7 +881,7 @@ $(INCLDIR)\yaz\yaz-version.h: $(ROOTDIR)/IDMETA !if $(HAVE_BISON) $(SRCDIR)\cql.c: $(SRCDIR)\cql.y @cd $(SRCDIR) - $(BISON) -y -p cql_ -o cql.c cql.y + $(BISON) -y -o cql.c cql.y !endif