xref: /php-src/ext/spl/config.m4 (revision 9cc63e1d)
1PHP_NEW_EXTENSION([spl], m4_normalize([
2    php_spl.c
3    spl_array.c
4    spl_directory.c
5    spl_dllist.c
6    spl_exceptions.c
7    spl_fixedarray.c
8    spl_functions.c
9    spl_heap.c
10    spl_iterators.c
11    spl_observer.c
12  ]),
13  [no],,
14  [-DZEND_ENABLE_STATIC_TSRMLS_CACHE=1])
15PHP_INSTALL_HEADERS([ext/spl], m4_normalize([
16  php_spl.h
17  spl_array.h
18  spl_directory.h
19  spl_dllist.h
20  spl_exceptions.h
21  spl_fixedarray.h
22  spl_functions.h
23  spl_heap.h
24  spl_iterators.h
25  spl_observer.h
26]))
27PHP_ADD_EXTENSION_DEP(spl, pcre, true)
28PHP_ADD_EXTENSION_DEP(spl, standard, true)
29PHP_ADD_EXTENSION_DEP(spl, json)
30