aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 12:47:34 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 12:47:34 +0000
commit69cf4d54ba9defa69830d4be84c01940bfb9fe28 (patch)
tree552ee47b63ed27afed552732352c1f9aaf04bc6b /src/revocation/Makefile.am
parent42c6c351a1e6a8f568e53b34ad95d108c7db34c8 (diff)
downloadgnunet-69cf4d54ba9defa69830d4be84c01940bfb9fe28.tar.gz
gnunet-69cf4d54ba9defa69830d4be84c01940bfb9fe28.zip
-adding skeleton for gnunet-revocation command line tool
Diffstat (limited to 'src/revocation/Makefile.am')
-rw-r--r--src/revocation/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am
index 7b48c5ade..ad603affb 100644
--- a/src/revocation/Makefile.am
+++ b/src/revocation/Makefile.am
@@ -16,6 +16,16 @@ libexecdir= $(pkglibdir)/libexec/
16pkgcfg_DATA = \ 16pkgcfg_DATA = \
17 revocation.conf 17 revocation.conf
18 18
19bin_PROGRAMS = \
20 gnunet-revocation
21
22
23gnunet_revocation_SOURCES = \
24 gnunet-revocation.c
25gnunet_revocation_LDADD = \
26 libgnunetrevocation.la \
27 $(top_builddir)/src/util/libgnunetutil.la \
28 $(GN_LIBINTL)
19 29
20lib_LTLIBRARIES = libgnunetrevocation.la 30lib_LTLIBRARIES = libgnunetrevocation.la
21 31