Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add gtnets to the dependencies of the libsimgrid.so on need
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 12 Jun 2007 08:07:52 +0000 (08:07 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 12 Jun 2007 08:07:52 +0000 (08:07 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3601 48e7efb5-ca39-0410-a469-dd3cf9ba447f

configure.ac

index b66c77d..fc35adf 100644 (file)
@@ -189,6 +189,15 @@ else
 fi
 AM_CONDITIONAL(USE_SIMIX,test x$enable_simix != xno)
 
+#########################################
+## Check for libraries extra-dependencies
+##
+
+SG_CONFIGURE_PART(Checking extra libraries dependencies...)
+
+SIMGRID_DEP=""
+GRAS_DEP=""
+
 #########################################
 ## Build optional modules (gtnets)
 ##
@@ -206,18 +215,11 @@ else
   GTNETS_CFLAGS=-I$gtnets_path/include
   AC_SUBST([GTNETS_CFLAGS])  
   GTNETS_LDFLAGS=-L$gtnets_path/lib
-  AC_SUBST([GTNETS_LDFLAGS])  
+  AC_SUBST([GTNETS_LDFLAGS])
+  SIMGRID_DEP="$SIMGRID_DEP $GTNETS_LDFLAGS -lgtnets"
 fi
 AM_CONDITIONAL(USE_GTNETS,test "x$gtnets_path" != xNO)
 
-#########################################
-## Check for libraries extra-dependencies
-##
-
-SG_CONFIGURE_PART(Checking extra libraries dependencies...)
-
-SIMGRID_DEP=""
-GRAS_DEP=""
 if test xpthread=xyes ; then 
   # if the pthreads are usable
   if test "x$with_context" = "xpthread" ; then