Skip to content

Commit dfae78f

Browse files
committed
add config.h
1 parent 2363d74 commit dfae78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ if test "$PHP_SWOOLE" != "no"; then
492492
PHP_ADD_INCLUDE([$ext_srcdir])
493493
PHP_ADD_INCLUDE([$ext_srcdir/include])
494494

495-
PHP_INSTALL_HEADERS([ext/swoole], [*.h include/*.h])
495+
PHP_INSTALL_HEADERS([ext/swoole], [*.h config.h include/*.h])
496496

497497
PHP_REQUIRE_CXX()
498498
PHP_ADD_LIBRARY(stdc++, 1, SWOOLE_SHARED_LIBADD)

0 commit comments

Comments
 (0)