php: add missing header files in autotools build

This commit is contained in:
Sébastien Helleu 2021-09-19 09:54:01 +02:00
parent e9d303c4fa
commit eaacd805ae

View File

@ -26,7 +26,9 @@ lib_LTLIBRARIES = php.la
php_la_SOURCES = weechat-php.c \ php_la_SOURCES = weechat-php.c \
weechat-php.h \ weechat-php.h \
weechat-php-api.c \ weechat-php-api.c \
weechat-php-api.h weechat-php-api.h \
weechat-php_arginfo.h \
weechat-php_legacy_arginfo.h
php_la_LDFLAGS = -module -no-undefined php_la_LDFLAGS = -module -no-undefined
php_la_LIBADD = ../lib_weechat_plugins_scripts.la $(PHP_LFLAGS) php_la_LIBADD = ../lib_weechat_plugins_scripts.la $(PHP_LFLAGS)