diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2008-04-29 12:10:40 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2008-04-29 12:10:40 +0000 |
| commit | ba3884453b13329b4ff2067d973a29cb13e9a73c (patch) | |
| tree | 7676ff6b5c1e6119c409ceaab4b50067f0265965 /bindings/php5 | |
| parent | 4fc70143242a9de91ee14a73eb0f7b95958449f2 (diff) | |
| download | lasso-ba3884453b13329b4ff2067d973a29cb13e9a73c.tar.gz lasso-ba3884453b13329b4ff2067d973a29cb13e9a73c.tar.xz lasso-ba3884453b13329b4ff2067d973a29cb13e9a73c.zip | |
[project @ fpeters@0d.be-20080423145930-yekpmusph6oob90d]
merge
Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-04-23 16:59:30.377000+02:00
Diffstat (limited to 'bindings/php5')
| -rw-r--r-- | bindings/php5/Makefile.am | 8 | ||||
| -rw-r--r-- | bindings/php5/lasso.ini | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/bindings/php5/Makefile.am b/bindings/php5/Makefile.am index 7115995e..23a19cb3 100644 --- a/bindings/php5/Makefile.am +++ b/bindings/php5/Makefile.am @@ -5,10 +5,14 @@ INCLUDES = -I$(top_srcdir) \ -I$(top_builddir) \ $(SASL_CFLAGS) +php_extensiondir=@PHP5_EXTENSION_DIR@ php_extension_LTLIBRARIES = lasso.la -php_extensiondir = ${prefix}@PHP5_UNPREFIXED_EXTENSION_DIR@ -nodist_php_extension_DATA = lasso.php +php_includedir=@PHP5_INCLUDE_DIR@ +nodist_php_include_DATA = lasso.php + +php_configdir=@PHP5_CONFIG_DIR@ +php_config_DATA=lasso.ini lasso_la_CFLAGS = -fno-strict-aliasing $(LASSO_CORE_CFLAGS) -I$(top_srcdir) -I$(top_builddir) $(PHP5_INCLUDES) lasso_la_LDFLAGS = -export-dynamic -prefer-pic -module -avoid-version diff --git a/bindings/php5/lasso.ini b/bindings/php5/lasso.ini new file mode 100644 index 00000000..28ebac52 --- /dev/null +++ b/bindings/php5/lasso.ini @@ -0,0 +1,2 @@ +# configuration for php PDO module +extension=lasso.so |
