php-src/ext/json/config.m4
Peter Kokot 9cc63e1de9
Autotools: Normalize headers arguments (#15149)
Refactor all "long" arguments into blank-or-newline-separated list of
files with m4_normalize.
2024-07-29 10:08:17 +02:00

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