summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/php/Makefile.am4
1 files changed, 3 insertions, 1 deletions
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)