summaryrefslogtreecommitdiffstats
path: root/php
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2006-03-21 08:57:28 +0000
committerFrederic Peters <fpeters@entrouvert.com>2006-03-21 08:57:28 +0000
commit5d45d29402d20fabd448e6f58266acd61bde573a (patch)
tree73621f6acb4f975f765fd552d45b9201defcb79f /php
parent3cc376b95d0decaa108aeb22e6d47d8ea6cb4b68 (diff)
downloadlasso-5d45d29402d20fabd448e6f58266acd61bde573a.tar.gz
lasso-5d45d29402d20fabd448e6f58266acd61bde573a.tar.xz
lasso-5d45d29402d20fabd448e6f58266acd61bde573a.zip
Helps building outside srcdir
Diffstat (limited to 'php')
-rw-r--r--php/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/Makefile.am b/php/Makefile.am
index e6d6eab1..d0936003 100644
--- a/php/Makefile.am
+++ b/php/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) $(PHP_INCLUDES)
+lasso_la_CFLAGS = $(LASSO_CORE_CFLAGS) -I$(top_srcdir) -I$(top_builddir) $(PHP_INCLUDES)
lasso_la_LDFLAGS = -export-dynamic -prefer-pic -module -avoid-version
lasso_la_LIBADD = $(top_builddir)/lasso/liblasso.la $(LASSO_LIBS) $(PHP_LDFLAGS)
lasso_la_SOURCES = lasso_wrap.c