From 1e1da2654f71c55ab68a531b6209e6a907c4d30f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 12 Jan 2007 10:24:25 +0000 Subject: [PATCH] Added filter_cql_to_rpn.obj --- win/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win/makefile b/win/makefile index f9d3e96..aad0ff2 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.27 2007-01-11 12:29:02 adam Exp $ +# $Id: makefile,v 1.28 2007-01-12 10:24:25 adam Exp $ # MS NMAKE makefile for metaproxy @@ -229,6 +229,7 @@ PROJECT_DLL_OBJS = \ $(OBJDIR)\filter_auth_simple.obj \ $(OBJDIR)\filter_backend_test.obj \ $(OBJDIR)\filter_bounce.obj \ + $(OBJDIR)\filter_cql_to_rpn.obj \ $(OBJDIR)\filter_frontend_net.obj \ $(OBJDIR)\filter_http_file.obj \ $(OBJDIR)\filter_load_balance.obj \ -- 1.7.10.4