summaryrefslogtreecommitdiffstats
path: root/bindings/perl/Makefile.PL
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-26 13:51:09 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-26 13:51:09 +0000
commitc21faff7e6f41e8ce0db7b0f2b9b3548c12d56f5 (patch)
treec62cde8d23620a0c8c35d90549f7c9780629044f /bindings/perl/Makefile.PL
parente582a441e38fdecf4ca558f9e071f9eae398d9e9 (diff)
downloadlasso-c21faff7e6f41e8ce0db7b0f2b9b3548c12d56f5.tar.gz
lasso-c21faff7e6f41e8ce0db7b0f2b9b3548c12d56f5.tar.xz
lasso-c21faff7e6f41e8ce0db7b0f2b9b3548c12d56f5.zip
in bindings/perl/Makefile.PL, add include path for normal builds
Diffstat (limited to 'bindings/perl/Makefile.PL')
-rw-r--r--bindings/perl/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/perl/Makefile.PL b/bindings/perl/Makefile.PL
index d8898ffe..d921d6da 100644
--- a/bindings/perl/Makefile.PL
+++ b/bindings/perl/Makefile.PL
@@ -23,7 +23,7 @@ WriteMakefile(
( AUTHOR => 'Benjamin Dauvergne <bdauvergne@entrouvert.com>') : ()),
LIBS => ["-L$TOP_SRCDIR/lasso/.libs -llasso"], # e.g., '-lm'
DEFINE => '', # e.g., '-DHAVE_SOMETHING'
- INC => "-I. -I$SRCDIR -I../../../ $CFLAGS", # e.g., '-I. -I/usr/include/other'
+ INC => "-I. -I$SRCDIR -I$TOP_SRCDIR -I../../ $CFLAGS", # e.g., '-I. -I/usr/include/other'
# Un-comment this if you add C files to link with later:
OBJECT => 'Lasso.o', # link all the C files too
MAKEFILE => 'Makefile.perl',