From 7ab3213907ee15630a5e2d45a62237e527d9bb92 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Thu, 24 Feb 2011 12:57:57 +0100 Subject: [PATCH] LoggingAgent depends on FilterSupport. --- build/agents.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/build/agents.rb b/build/agents.rb index dceb24f388..201e81decc 100644 --- a/build/agents.rb +++ b/build/agents.rb @@ -47,6 +47,7 @@ 'ext/common/LoggingAgent/RemoteSender.h', 'ext/common/LoggingAgent/ChangeNotifier.h', 'ext/common/LoggingAgent/DataStoreId.h', + 'ext/common/LoggingAgent/FilterSupport.h', 'ext/common/ServerInstanceDir.h', 'ext/common/Logging.h', 'ext/common/EventedServer.h',