summaryrefslogtreecommitdiffstats
path: root/php
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-12-23 10:11:25 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-12-23 10:11:25 +0000
commit9c45b86263ef37e1de5e48a53d82f277b86bfcd8 (patch)
tree08efdc7fb63118be5036a44820886d4f7cec131f /php
parent41016ca42a5a69d844328eb99673ab29b3c8fa41 (diff)
downloadlasso-9c45b86263ef37e1de5e48a53d82f277b86bfcd8.tar.gz
lasso-9c45b86263ef37e1de5e48a53d82f277b86bfcd8.tar.xz
lasso-9c45b86263ef37e1de5e48a53d82f277b86bfcd8.zip
Commited Nicolas SWIG binding for WSF since he is on vacation.
Diffstat (limited to 'php')
-rw-r--r--php/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/Makefile.am b/php/Makefile.am
index 6c324454..bd10048f 100644
--- a/php/Makefile.am
+++ b/php/Makefile.am
@@ -8,7 +8,7 @@ lasso_la_SOURCES = lasso_wrap.c
php_extensiondir = ${prefix}@PHP_UNPREFIXED_EXTENSION_DIR@
-lasso_wrap.c php_lasso.h lasso.php: $(top_srcdir)/swig/Lasso.i
+lasso_wrap.c php_lasso.h lasso.php: $(top_srcdir)/swig/Lasso.i $(top_srcdir)/swig/Lasso-wsf.i
$(SWIG) -v -php4 -module lasso -o lasso_wrap.c -dlname lasso $<
test-php: lasso.la lasso.php