From d4568b825ff581eddc6ce212a859fef6004c4147 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 7 Sep 2006 11:15:35 +0000 Subject: [PATCH] Added filter_bounce to list of objects --- win/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win/makefile b/win/makefile index 7faefea..b82d40a 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 2005-2006, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.21 2006-08-30 13:18:44 adam Exp $ +# $Id: makefile,v 1.22 2006-09-07 11:15:35 adam Exp $ # MS NMAKE makefile for metaproxy @@ -228,6 +228,7 @@ PROJECT_DLL_OBJS = \ $(OBJDIR)\filter.obj \ $(OBJDIR)\filter_auth_simple.obj \ $(OBJDIR)\filter_backend_test.obj \ + $(OBJDIR)\filter_bounce.obj \ $(OBJDIR)\filter_frontend_net.obj \ $(OBJDIR)\filter_http_file.obj \ $(OBJDIR)\filter_log.obj \ -- 1.7.10.4