diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2008-04-29 12:10:44 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2008-04-29 12:10:44 +0000 |
| commit | 432c2a544b768c18684c3389b9ebbc4319da4d08 (patch) | |
| tree | 810690da276644e209eb9fd60d4f59e2485f2045 /bindings/php5 | |
| parent | ba3884453b13329b4ff2067d973a29cb13e9a73c (diff) | |
[project @ fpeters@0d.be-20080423153851-70h4ns9mvsncw150]
ship lasso.ini
Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-04-23 17:38:51.027000+02:00
Diffstat (limited to 'bindings/php5')
| -rw-r--r-- | bindings/php5/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bindings/php5/Makefile.am b/bindings/php5/Makefile.am index 23a19cb3..a9fa4094 100644 --- a/bindings/php5/Makefile.am +++ b/bindings/php5/Makefile.am @@ -12,7 +12,7 @@ php_includedir=@PHP5_INCLUDE_DIR@ nodist_php_include_DATA = lasso.php php_configdir=@PHP5_CONFIG_DIR@ -php_config_DATA=lasso.ini +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 @@ -37,3 +37,5 @@ clean-local: .PHONY: doc endif + +EXTRA_DIST = lasso.ini |
