diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-05-27 14:01:15 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-05-27 14:01:15 +0000 |
| commit | 6c8e46c5ee00bbbcc80c88a972019cebcb36f92d (patch) | |
| tree | 44cf97f1bb18eae3e24fa2b63be227833c52ca56 /php/Makefile.am | |
| parent | 247ae389eb5b3ba7b04a934d34a2a5ae85045573 (diff) | |
| download | lasso-6c8e46c5ee00bbbcc80c88a972019cebcb36f92d.tar.gz lasso-6c8e46c5ee00bbbcc80c88a972019cebcb36f92d.tar.xz lasso-6c8e46c5ee00bbbcc80c88a972019cebcb36f92d.zip | |
export SWIG_VERSION into Makefile.am
handle swig < 1.3.32 and swig >= 1.3.32 with two different versions of the patch script
Diffstat (limited to 'php/Makefile.am')
| -rw-r--r-- | php/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/Makefile.am b/php/Makefile.am index 831bf319..7db52efc 100644 --- a/php/Makefile.am +++ b/php/Makefile.am @@ -13,7 +13,7 @@ lasso_wrap.c php_lasso.h lasso.php: $(SWIG_I_FILES) $(SWIG) -I$(top_builddir)/swig -v -php4 -module lasso -o lasso_wrap.c $(top_srcdir)/swig/Lasso.i cp lasso_wrap.c lasso_wrap.c.bak test x"$(SWIG)" = xecho || \ - $(PYTHON) $(srcdir)/patch_swig_output.py < lasso_wrap.c.bak > lasso_wrap.c + $(PYTHON) $(srcdir)/patch_swig_output.py $(SWIG_VERSION) < lasso_wrap.c.bak > lasso_wrap.c test-php: lasso.la lasso.php $(PHP4) -d extension_dir=.libs $(srcdir)/lasso.php |
