From c6abf35401a2ca73839fa3e4ff0612dbdd06005d Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Tue, 27 Sep 2005 16:02:48 +0000 Subject: swig files were split, dependencies needed to be updated --- php/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php') diff --git a/php/Makefile.am b/php/Makefile.am index c0566561..f747d6d5 100644 --- a/php/Makefile.am +++ b/php/Makefile.am @@ -8,8 +8,8 @@ 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 $(top_srcdir)/swig/Lasso-wsf.i \ - $(top_srcdir)/swig/inheritance.h +SWIG_I_FILES=$(shell find $(top_srcdir)/swig/ -name '*.[ih]') +lasso_wrap.c php_lasso.h lasso.php: $(SWIG_I_FILES) $(SWIG) -v -php4 -module lasso -o lasso_wrap.c -dlname lasso $(top_srcdir)/swig/Lasso.i cp lasso_wrap.c lasso_wrap.c.bak $(PYTHON) $(srcdir)/patch_swig_output.py < lasso_wrap.c.bak > lasso_wrap.c -- cgit