From: Adam Dickmeiss Date: Tue, 5 Oct 2010 09:58:09 +0000 (+0200) Subject: Fix obj filename X-Git-Tag: v4.1.0^2 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=679a6580c9d1ef83446e5f9f3693803c8145b8f2 Fix obj filename --- diff --git a/win/makefile b/win/makefile index cebd865..a7650d1 100644 --- a/win/makefile +++ b/win/makefile @@ -479,7 +479,7 @@ MISC_OBJS= \ $(OBJDIR)\zoom-z3950.obj \ $(OBJDIR)\zoom-sru.obj \ $(OBJDIR)\zoom-query.obj \ - $(OBJDIR)\record-render.obj \ + $(OBJDIR)\record_render.obj \ $(OBJDIR)\facet.obj \ $(OBJDIR)\zoom-opt.obj \ $(OBJDIR)\zoom-socket.obj \