aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-15 15:33:37 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-15 15:33:37 +0000
commitf54c9264d43001f34dc8aabf8e2fc31e440c3d30 (patch)
tree17e3a4275ca5ea9024db2e33e629e2f7dbbe7e29 /src/ats
parent649c197136aa005bdce158e5116b894db94031f5 (diff)
downloadgnunet-f54c9264d43001f34dc8aabf8e2fc31e440c3d30.tar.gz
gnunet-f54c9264d43001f34dc8aabf8e2fc31e440c3d30.zip
-LRN: dependencies
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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 = \
52 $(top_builddir)/src/util/libgnunetutil.la \ 52 $(top_builddir)/src/util/libgnunetutil.la \
53 $(GN_LIBGLPK) \ 53 $(GN_LIBGLPK) \
54 $(GN_LIBINTL) 54 $(GN_LIBINTL)
55gnunet_service_ats_DEPENDENCIES = \
56 libgnunetats.la
55 57
56gnunet_ats_SOURCES = \ 58gnunet_ats_SOURCES = \
57 gnunet-ats.c gnunet-service-ats.h 59 gnunet-ats.c gnunet-service-ats.h
@@ -59,6 +61,8 @@ gnunet_ats_LDADD = \
59 $(top_builddir)/src/util/libgnunetutil.la \ 61 $(top_builddir)/src/util/libgnunetutil.la \
60 $(top_builddir)/src/ats/libgnunetats.la \ 62 $(top_builddir)/src/ats/libgnunetats.la \
61 $(GN_LIBINTL) 63 $(GN_LIBINTL)
64gnunet_ats_DEPENDENCIES = \
65 libgnunetats.la
62 66
63 67
64check_PROGRAMS = \ 68check_PROGRAMS = \