summaryrefslogtreecommitdiffstats
path: root/perl
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 /perl
parent3cc376b95d0decaa108aeb22e6d47d8ea6cb4b68 (diff)
downloadlasso-5d45d29402d20fabd448e6f58266acd61bde573a.tar.gz
lasso-5d45d29402d20fabd448e6f58266acd61bde573a.tar.xz
lasso-5d45d29402d20fabd448e6f58266acd61bde573a.zip
Helps building outside srcdir
Diffstat (limited to 'perl')
-rw-r--r--perl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Makefile.am b/perl/Makefile.am
index 5e080607..406d3a0a 100644
--- a/perl/Makefile.am
+++ b/perl/Makefile.am
@@ -1,6 +1,6 @@
INCLUDES = -I$(top_srcdir)
-AM_CPPFLAGS=@CPPFLAGS@ -I$(top_srcdir) -I$(top_builddir)/lasso @LASSO_CFLAGS@
+AM_CPPFLAGS=@CPPFLAGS@ -I$(top_srcdir) -I$(top_builddir) -I$(top_builddir)/lasso @LASSO_CFLAGS@
AM_CFLAGS=@CFLAGS@ @LASSO_CORE_CFLAGS@
AM_STANDARD_CFLAGS=@LASSO_CORE_CFLAGS@