mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
9cc63e1de9
Refactor all "long" arguments into blank-or-newline-separated list of files with m4_normalize.
15 lines
299 B
Plaintext
15 lines
299 B
Plaintext
PHP_NEW_EXTENSION([json], m4_normalize([
|
|
json_encoder.c
|
|
json_parser.tab.c
|
|
json_scanner.c
|
|
json.c
|
|
]),
|
|
[no],,
|
|
[-DZEND_ENABLE_STATIC_TSRMLS_CACHE=1])
|
|
PHP_INSTALL_HEADERS([ext/json], m4_normalize([
|
|
php_json_parser.h
|
|
php_json_scanner.h
|
|
php_json.h
|
|
]))
|
|
PHP_ADD_MAKEFILE_FRAGMENT
|