diff options
Diffstat (limited to 'bindings/php5')
| -rw-r--r-- | bindings/php5/Makefile.am | 2 | ||||
| -rwxr-xr-x | bindings/php5/tests/binding_tests.php | 1 | ||||
| -rwxr-xr-x | bindings/php5/tests/profile_tests.php | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/bindings/php5/Makefile.am b/bindings/php5/Makefile.am index ea89d36a..1ff0023f 100644 --- a/bindings/php5/Makefile.am +++ b/bindings/php5/Makefile.am @@ -21,7 +21,7 @@ if WSF_ENABLED EXTRA_ARGS = --enable-id-wsf endif -lasso.php _lasso.c: ../lang_php5.py ../lang_php5_helpers/php_code.py ../lang_php5_helpers/wrapper_source.py +lasso.php _lasso.c: ../lang_php5.py ../lang_php5_helpers/php_code.py ../lang_php5_helpers/wrapper_source.py ../lang_php5_helpers/wrapper_source_top.c $(PYTHON) $(top_srcdir)/bindings/bindings.py -l php5 --src-dir=$(top_srcdir)/lasso/ $(EXTRA_ARGS) doc: diff --git a/bindings/php5/tests/binding_tests.php b/bindings/php5/tests/binding_tests.php index 240be092..4c9fb962 100755 --- a/bindings/php5/tests/binding_tests.php +++ b/bindings/php5/tests/binding_tests.php @@ -1,3 +1,4 @@ +#!/usr/bin/php <?php # Lasso - A free implementation of the Liberty Alliance specifications. # diff --git a/bindings/php5/tests/profile_tests.php b/bindings/php5/tests/profile_tests.php index 71d525bf..a6497a3b 100755 --- a/bindings/php5/tests/profile_tests.php +++ b/bindings/php5/tests/profile_tests.php @@ -1,3 +1,4 @@ +#!/usr/bin/php <?php # Lasso - A free implementation of the Liberty Alliance specifications. # |
