From eaacd805ae5f8a523e2559244b460f6089581466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 19 Sep 2021 09:54:01 +0200 Subject: [PATCH] php: add missing header files in autotools build --- src/plugins/php/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/plugins/php/Makefile.am b/src/plugins/php/Makefile.am index 78924389c..b56a7768c 100644 --- a/src/plugins/php/Makefile.am +++ b/src/plugins/php/Makefile.am @@ -26,7 +26,9 @@ lib_LTLIBRARIES = php.la php_la_SOURCES = weechat-php.c \ weechat-php.h \ 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_LIBADD = ../lib_weechat_plugins_scripts.la $(PHP_LFLAGS)