aboutsummaryrefslogtreecommitdiff
path: root/src/dv/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-14 13:46:14 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-14 13:46:14 +0000
commitfcba8b93e2564cfb9246083d06e697753f792d82 (patch)
treed56e4fd4aaf61ddd10101b39c3a8312a0f3990c9 /src/dv/Makefile.am
parent230237efe134ec2e826ae9976cadfc582b735338 (diff)
downloadgnunet-fcba8b93e2564cfb9246083d06e697753f792d82.tar.gz
gnunet-fcba8b93e2564cfb9246083d06e697753f792d82.zip
-more DV hacking
Diffstat (limited to 'src/dv/Makefile.am')
-rw-r--r--src/dv/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am
index e9e2bba3f..3c3998535 100644
--- a/src/dv/Makefile.am
+++ b/src/dv/Makefile.am
@@ -38,6 +38,7 @@ libexec_PROGRAMS = \
38gnunet_service_dv_SOURCES = \ 38gnunet_service_dv_SOURCES = \
39 gnunet-service-dv.c dv.h 39 gnunet-service-dv.c dv.h
40gnunet_service_dv_LDADD = \ 40gnunet_service_dv_LDADD = \
41 $(top_builddir)/src/consensus/libgnunetconsensus.la \
41 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 42 $(top_builddir)/src/statistics/libgnunetstatistics.la \
42 $(top_builddir)/src/core/libgnunetcore.la \ 43 $(top_builddir)/src/core/libgnunetcore.la \
43 $(top_builddir)/src/util/libgnunetutil.la \ 44 $(top_builddir)/src/util/libgnunetutil.la \