aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 14:10:19 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 14:10:19 +0000
commit4558667c81910199c3dc4e96ab32cd6c6382d2c8 (patch)
tree3b2a399be326c06b2db9e3a3d0251221aa9e3836 /src/revocation/Makefile.am
parent69cf4d54ba9defa69830d4be84c01940bfb9fe28 (diff)
downloadgnunet-4558667c81910199c3dc4e96ab32cd6c6382d2c8.tar.gz
gnunet-4558667c81910199c3dc4e96ab32cd6c6382d2c8.zip
-first draft for revocation command-line tool
Diffstat (limited to 'src/revocation/Makefile.am')
-rw-r--r--src/revocation/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am
index ad603affb..91610b4f0 100644
--- a/src/revocation/Makefile.am
+++ b/src/revocation/Makefile.am
@@ -24,6 +24,7 @@ gnunet_revocation_SOURCES = \
24 gnunet-revocation.c 24 gnunet-revocation.c
25gnunet_revocation_LDADD = \ 25gnunet_revocation_LDADD = \
26 libgnunetrevocation.la \ 26 libgnunetrevocation.la \
27 $(top_builddir)/src/identity/libgnunetidentity.la \
27 $(top_builddir)/src/util/libgnunetutil.la \ 28 $(top_builddir)/src/util/libgnunetutil.la \
28 $(GN_LIBINTL) 29 $(GN_LIBINTL)
29 30