From 81ef2515cee1c5c0dd46be667e23e6f407b68728 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Tue, 29 Apr 2008 12:08:43 +0000 Subject: [project @ fpeters@0d.be-20080326094754-cw66nuog62q06ekk] merging benjamin branch Original author: Frederic Peters Date: 2008-03-26 10:47:54.384000+01:00 --- bindings/php5/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings/php5') diff --git a/bindings/php5/Makefile.am b/bindings/php5/Makefile.am index 94b22ee5..a5682282 100644 --- a/bindings/php5/Makefile.am +++ b/bindings/php5/Makefile.am @@ -19,7 +19,7 @@ if WSF_ENABLED EXTRA_ARGS = --enable-id-wsf endif -lasso.php _lasso.c: ../lang_php5.py ../lang_php5_helpers/php_code.py +lasso.php _lasso.c: ../lang_php5.py ../lang_php5_helpers/php_code.py ../lang_php5_helpers/wrapper_source.py $(PYTHON) $(top_srcdir)/bindings/bindings.py -l php5 --src-dir=$(top_srcdir)/lasso/ $(EXTRA_ARGS) doc: -- cgit