From 43afefc5b93c3e3336d974605fa5b15946e839d2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 14 May 2013 15:33:55 +0200 Subject: [PATCH] Update nmake for new filters --- win/makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/win/makefile b/win/makefile index 2c0c58e..75fa431 100644 --- a/win/makefile +++ b/win/makefile @@ -221,7 +221,9 @@ PROJECT_DLL_OBJS = \ $(OBJDIR)\filter_bounce.obj \ $(OBJDIR)\filter_cql_to_rpn.obj \ $(OBJDIR)\filter_frontend_net.obj \ + $(OBJDIR)\filter_http_client.obj \ $(OBJDIR)\filter_http_file.obj \ + $(OBJDIR)\filter_http_rewrite1.obj \ $(OBJDIR)\filter_limit.obj \ $(OBJDIR)\filter_load_balance.obj \ $(OBJDIR)\filter_log.obj \ -- 1.7.10.4