1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Autotools: Sync quotes in PHP_INSTALL_HEADERS

Follow-up of GH-13213

[skip ci]
This commit is contained in:
Peter Kokot
2024-07-14 22:16:48 +02:00
parent 8e8dc40765
commit 1fe854ebfa

View File

@@ -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_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])