summaryrefslogtreecommitdiff
path: root/ext/mcrypt/config.m4
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2010-01-15 22:13:55 +0000
committerStanislav Malyshev <stas@php.net>2010-01-15 22:13:55 +0000
commit632be498eb1b95192baa6c95fda1a9edd7aed902 (patch)
tree4b7c7551c71327efa175a34af5ed46957740f135 /ext/mcrypt/config.m4
parent30fc597c92e9b0ba9eda348f013777294fe6ddd0 (diff)
downloadphp-git-632be498eb1b95192baa6c95fda1a9edd7aed902.tar.gz
add filters to mcrypt
Diffstat (limited to 'ext/mcrypt/config.m4')
-rw-r--r--ext/mcrypt/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mcrypt/config.m4 b/ext/mcrypt/config.m4
index 683b260ac7..cc68d8627b 100644
--- a/ext/mcrypt/config.m4
+++ b/ext/mcrypt/config.m4
@@ -55,5 +55,5 @@ if test "$PHP_MCRYPT" != "no"; then
PHP_ADD_INCLUDE($MCRYPT_DIR/include)
PHP_SUBST(MCRYPT_SHARED_LIBADD)
- PHP_NEW_EXTENSION(mcrypt, mcrypt.c, $ext_shared)
+ PHP_NEW_EXTENSION(mcrypt, mcrypt.c mcrypt_filter.c, $ext_shared)
fi