gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r22028 - gnunet/src/ats
Date: Fri, 15 Jun 2012 17:33:37 +0200

Author: grothoff
Date: 2012-06-15 17:33:37 +0200 (Fri, 15 Jun 2012)
New Revision: 22028

Modified:
   gnunet/src/ats/Makefile.am
Log:
-LRN: dependencies

Modified: gnunet/src/ats/Makefile.am
===================================================================
--- gnunet/src/ats/Makefile.am  2012-06-15 15:28:24 UTC (rev 22027)
+++ gnunet/src/ats/Makefile.am  2012-06-15 15:33:37 UTC (rev 22028)
@@ -52,6 +52,8 @@
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBGLPK) \
   $(GN_LIBINTL)
+gnunet_service_ats_DEPENDENCIES = \
+  libgnunetats.la
   
 gnunet_ats_SOURCES = \
  gnunet-ats.c gnunet-service-ats.h
@@ -59,6 +61,8 @@
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/ats/libgnunetats.la \
   $(GN_LIBINTL)  
+gnunet_ats_DEPENDENCIES = \
+  libgnunetats.la
 
 
 check_PROGRAMS = \




reply via email to

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