From 88e5972b055ca3800a418f2f3c98486427803103 Mon Sep 17 00:00:00 2001
From: Vincent Danjean <Vincent.Danjean@ens-lyon.org>
Date: Fri, 2 Nov 2012 09:19:33 +0100
Subject: [PATCH] Fix link so that all functions are found, even if TamuAnova
 is not loaded

---
 CUtils/Makefile.PL | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CUtils/Makefile.PL b/CUtils/Makefile.PL
index 8d5da2d..1087b15 100644
--- a/CUtils/Makefile.PL
+++ b/CUtils/Makefile.PL
@@ -9,9 +9,9 @@ WriteMakefile(
     ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
       (ABSTRACT_FROM  => 'lib/ALTree/CUtils.pm', # retrieve abstract from module
        AUTHOR         => 'Claire Bardel <Claire.Bardel@univ-lyon1.fr>') : ()),
-    LIBS              => ['-lm ', '-lpthread'], # e.g., '-lm'
+    LIBS              => ['-lm ', '-lpthread', '-lgsl', '-lcblas'], # e.g., '-lm'
     DEFINE            => '', # e.g., '-DHAVE_SOMETHING'
-    INC               => '-I. -Ic_sources', # e.g., '-I. -I/usr/include/other'
+    INC               => '-ggdb3 -I. -Ic_sources', # e.g., '-I. -I/usr/include/other'
 	# Un-comment this if you add C files to link with later:
     # OBJECT            => '$(O_FILES)', # link all the C files too
     MYEXTLIB          => 'c_sources/libaltree-cutils$(LIB_EXT)',
-- 
GitLab