summaryrefslogtreecommitdiff
path: root/ext/json/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/config.m4')
-rw-r--r--ext/json/config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/json/config.m4 b/ext/json/config.m4
index 1d787f40f3..805330cea5 100644
--- a/ext/json/config.m4
+++ b/ext/json/config.m4
@@ -11,6 +11,7 @@ if test "$PHP_JSON" != "no"; then
PHP_NEW_EXTENSION(json,
json.c \
+ json_encoder.c \
json_parser.tab.c \
json_scanner.c,
$ext_shared)