From e6e0048fc813a45acdd712e7579ba846f936fa17 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 14 May 2013 21:34:02 +0200 Subject: [PATCH] Update nmake for present_chunk filter --- win/makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/win/makefile b/win/makefile index 7978fb1..7d49c6a 100644 --- a/win/makefile +++ b/win/makefile @@ -228,6 +228,7 @@ PROJECT_DLL_OBJS = \ $(OBJDIR)\filter_load_balance.obj \ $(OBJDIR)\filter_log.obj \ $(OBJDIR)\filter_multi.obj \ + $(OBJDIR)\filter_present_chunk.obj \ $(OBJDIR)\filter_query_rewrite.obj \ $(OBJDIR)\filter_record_transform.obj \ $(OBJDIR)\filter_sd_remove.obj \ -- 1.7.10.4