mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Autotools: Sync quotes in PHP_INSTALL_HEADERS
Follow-up of GH-13213 [skip ci]
This commit is contained in:
parent
8e8dc40765
commit
1fe854ebfa
1 changed files with 1 additions and 1 deletions
|
@ -45,4 +45,4 @@ EXT_HASH_HEADERS="php_hash.h php_hash_md.h php_hash_sha.h php_hash_ripemd.h \
|
||||||
php_hash_xxhash.h xxhash/xxhash.h"
|
php_hash_xxhash.h xxhash/xxhash.h"
|
||||||
|
|
||||||
PHP_NEW_EXTENSION(hash, $EXT_HASH_SOURCES, 0,,$PHP_HASH_CFLAGS)
|
PHP_NEW_EXTENSION(hash, $EXT_HASH_SOURCES, 0,,$PHP_HASH_CFLAGS)
|
||||||
PHP_INSTALL_HEADERS(ext/hash, $EXT_HASH_HEADERS)
|
PHP_INSTALL_HEADERS([ext/hash], [$EXT_HASH_HEADERS])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue