summaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-20 13:58:13 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-20 13:58:13 +0000
commit2911be65b8b52cfb7ec7f11390b4498543f758ed (patch)
tree24f498ae839aeef22275b6a496668d19c6dabc8d /src/gns/Makefile.am
parentb115e924dd65f1f976de69f0e8612e54ac4cda82 (diff)
downloadgnunet-2911be65b8b52cfb7ec7f11390b4498543f758ed.tar.gz
gnunet-2911be65b8b52cfb7ec7f11390b4498543f758ed.zip
-trying to implement revocation
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index d2dc3179e..c96f4969c 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -159,6 +159,7 @@ gnunet_service_gns_SOURCES = \
159gnunet_service_gns_LDADD = \ 159gnunet_service_gns_LDADD = \
160 -lm \ 160 -lm \
161 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 161 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
162 $(top_builddir)/src/revocation/libgnunetrevocation.la \
162 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 163 $(top_builddir)/src/statistics/libgnunetstatistics.la \
163 $(top_builddir)/src/util/libgnunetutil.la \ 164 $(top_builddir)/src/util/libgnunetutil.la \
164 $(top_builddir)/src/dns/libgnunetdns.la \ 165 $(top_builddir)/src/dns/libgnunetdns.la \
@@ -171,6 +172,7 @@ gnunet_service_gns_LDADD = \
171 $(GN_LIBINTL) 172 $(GN_LIBINTL)
172gnunet_service_gns_DEPENDENCIES = \ 173gnunet_service_gns_DEPENDENCIES = \
173 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 174 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
175 $(top_builddir)/src/revocation/libgnunetrevocation.la \
174 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 176 $(top_builddir)/src/statistics/libgnunetstatistics.la \
175 $(top_builddir)/src/util/libgnunetutil.la \ 177 $(top_builddir)/src/util/libgnunetutil.la \
176 $(top_builddir)/src/dns/libgnunetdns.la \ 178 $(top_builddir)/src/dns/libgnunetdns.la \