aboutsummaryrefslogtreecommitdiff
path: root/src/dv/Makefile.am
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-04-01 15:51:38 +0000
committerNathan S. Evans <evans@in.tum.de>2010-04-01 15:51:38 +0000
commitd816ced9a78620f055abc3c556736ee2887f1603 (patch)
treea398d5764fb40495f4724cf13c30dcad530180a2 /src/dv/Makefile.am
parent36bfd342bf5703f0f482e0ea0c6adf0682f3d014 (diff)
downloadgnunet-d816ced9a78620f055abc3c556736ee2887f1603.tar.gz
gnunet-d816ced9a78620f055abc3c556736ee2887f1603.zip
dv changes, closer to a working state
Diffstat (limited to 'src/dv/Makefile.am')
-rw-r--r--src/dv/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am
index 9b5761f32..0dc4afb08 100644
--- a/src/dv/Makefile.am
+++ b/src/dv/Makefile.am
@@ -33,6 +33,8 @@ gnunet_service_dv_SOURCES = \
33 gnunet-service-dv.c 33 gnunet-service-dv.c
34gnunet_service_dv_LDADD = \ 34gnunet_service_dv_LDADD = \
35 $(top_builddir)/src/dv/libgnunetdv.la \ 35 $(top_builddir)/src/dv/libgnunetdv.la \
36 $(top_builddir)/src/hello/libgnunethello.la \
37 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
36 $(top_builddir)/src/util/libgnunetutil.la \ 38 $(top_builddir)/src/util/libgnunetutil.la \
37 $(GN_LIBINTL) 39 $(GN_LIBINTL)
38 40