diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-03-25 12:21:50 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-03-25 12:21:50 +0000 |
commit | ea69f50952d863c6e7250bc92559a3dca27ce97b (patch) | |
tree | 6dfa1aa9279518b44588bf23b6b11532e2da8bea /src/dv/Makefile.am | |
parent | 654ebcd8d7fe00a0ecde4871b1fc79e4030aa201 (diff) |
-const
Diffstat (limited to 'src/dv/Makefile.am')
-rw-r--r-- | src/dv/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am index 5af2f966a7..52872f5740 100644 --- a/src/dv/Makefile.am +++ b/src/dv/Makefile.am @@ -41,6 +41,7 @@ libexec_PROGRAMS = \ gnunet_service_dv_SOURCES = \ gnunet-service-dv.c dv.h gnunet_service_dv_LDADD = \ + $(top_builddir)/src/ats/libgnunetats.la \ $(top_builddir)/src/consensus/libgnunetconsensus.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/core/libgnunetcore.la \ |