From: Adam Dickmeiss Date: Thu, 7 Sep 2006 11:15:35 +0000 (+0000) Subject: Added filter_bounce to list of objects X-Git-Tag: METAPROXY.1.0.7~76 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=d4568b825ff581eddc6ce212a859fef6004c4147;hp=747d1b739a4c770dd1af537d0280c75588e80f66;p=metaproxy-moved-to-github.git Added filter_bounce to list of objects --- 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 \