diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-05-26 22:58:38 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-05-26 22:58:38 +0000 |
| commit | dab2625c95627db39ea62cbb86508e1bd408ecde (patch) | |
| tree | 7512b540ab37b8702764c403b25462190f9bdea3 /php5/Makefile.am | |
| parent | 477c0dbd7d48d3380a75095b6ba346302d8da9f6 (diff) | |
| download | lasso-dab2625c95627db39ea62cbb86508e1bd408ecde.tar.gz lasso-dab2625c95627db39ea62cbb86508e1bd408ecde.tar.xz lasso-dab2625c95627db39ea62cbb86508e1bd408ecde.zip | |
fix INCLUDES, remove obsolete JDK_INCLUDES definition
Diffstat (limited to 'php5/Makefile.am')
| -rw-r--r-- | php5/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php5/Makefile.am b/php5/Makefile.am index 96e8d32d..151de566 100644 --- a/php5/Makefile.am +++ b/php5/Makefile.am @@ -1,7 +1,7 @@ SWIG_OUTPUTS = lasso_wrap.c php_lasso.h lasso.php php_extension_LTLIBRARIES = lasso.la -lasso_la_CFLAGS = $(LASSO_CORE_CFLAGS) -I$(top_srcdir) -I$(top_builddir) $(PHP5_INCLUDES) +lasso_la_CFLAGS = $(LASSO_CORE_CFLAGS) -I$(top_builddir) -I$(top_srcdir) $(PHP5_INCLUDES) lasso_la_LDFLAGS = -export-dynamic -prefer-pic -module -avoid-version lasso_la_LIBADD = $(top_builddir)/lasso/liblasso.la $(LASSO_LIBS) $(PHP5_LDFLAGS) lasso_la_SOURCES = lasso_wrap.c |
