summaryrefslogtreecommitdiff
path: root/SetupConfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'SetupConfig.py')
-rw-r--r--SetupConfig.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/SetupConfig.py b/SetupConfig.py
index fcbe9db..047416f 100644
--- a/SetupConfig.py
+++ b/SetupConfig.py
@@ -44,6 +44,8 @@ if os.name == 'posix':
),
Extension("Cheetah._verifytype",
[os.path.join('src', 'c', '_verifytype.c')]),
+ Extension("Cheetah._filters",
+ [os.path.join('src', 'c', '_filters.c')]),
]
else:
ext_modules=[]