gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r19084 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r19084 - gnunet/src/ats
Date: Wed, 11 Jan 2012 13:41:23 +0100

Author: wachs
Date: 2012-01-11 13:41:23 +0100 (Wed, 11 Jan 2012)
New Revision: 19084

Modified:
   gnunet/src/ats/Makefile.am
Log:
adding glpk to the makefile


Modified: gnunet/src/ats/Makefile.am
===================================================================
--- gnunet/src/ats/Makefile.am  2012-01-11 10:45:50 UTC (rev 19083)
+++ gnunet/src/ats/Makefile.am  2012-01-11 12:41:23 UTC (rev 19084)
@@ -13,6 +13,10 @@
   AM_CFLAGS = -fprofile-arcs -ftest-coverage
 endif
 
+if HAVE_LIBGLPK
+  GN_LIBGLPK = -lglpk
+endif
+
 lib_LTLIBRARIES = libgnunetats.la
 
 libgnunetats_la_SOURCES = \
@@ -39,6 +43,7 @@
 gnunet_service_ats_LDADD = \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la \
+  $(GN_LIBGLPK) \
   $(GN_LIBINTL)
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]