From 5eb3ac0d0e637b8d00fbe25235d2ea6c8dc826b6 Mon Sep 17 00:00:00 2001
From: Adam Wardynski <award@.(B-4.4.46a)>
Date: Tue, 11 Jan 2011 18:40:32 +0100
Subject: [PATCH] Add missing change to CMakeLists (rule.cpp)

---
 libwccl/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libwccl/CMakeLists.txt b/libwccl/CMakeLists.txt
index 389e6f4..13dacc5 100644
--- a/libwccl/CMakeLists.txt
+++ b/libwccl/CMakeLists.txt
@@ -54,6 +54,7 @@ SET(libwccl_STAT_SRC
 	ops/functions/tset/catfilter.cpp
 	ops/functions/tset/getsymbols.cpp
 	ops/functions/tset/getsymbolsinrange.cpp
+	ops/rule.cpp
 	parser/grammar.g
 	parser/Parser.cpp
 	parser/ParserException.cpp
-- 
GitLab