From f54c9264d43001f34dc8aabf8e2fc31e440c3d30 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 15 Jun 2012 15:33:37 +0000 Subject: [PATCH] -LRN: dependencies --- src/ats/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am index f547f9ec8..b8c35ab9e 100644 --- a/src/ats/Makefile.am +++ b/src/ats/Makefile.am @@ -52,6 +52,8 @@ gnunet_service_ats_LDADD = \ $(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 @@ gnunet_ats_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/ats/libgnunetats.la \ $(GN_LIBINTL) +gnunet_ats_DEPENDENCIES = \ + libgnunetats.la check_PROGRAMS = \ -- 2.25.1