aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-05-10 15:46:14 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-05-10 15:46:14 +0200
commit7a8df2a8dfad473ba94de3dca42093270df61758 (patch)
tree7b398d078a68d8c785d586ff0e633c68b764b433 /src/revocation/Makefile.am
parentddad05b109badfd9ab1defaed8e90c4c547e882a (diff)
downloadgnunet-7a8df2a8dfad473ba94de3dca42093270df61758.tar.gz
gnunet-7a8df2a8dfad473ba94de3dca42093270df61758.zip
add revocation tvg
Diffstat (limited to 'src/revocation/Makefile.am')
-rw-r--r--src/revocation/Makefile.am12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am
index b3b2877ca..6efd461c1 100644
--- a/src/revocation/Makefile.am
+++ b/src/revocation/Makefile.am
@@ -16,7 +16,8 @@ pkgcfg_DATA = \
16 revocation.conf 16 revocation.conf
17 17
18bin_PROGRAMS = \ 18bin_PROGRAMS = \
19 gnunet-revocation 19 gnunet-revocation \
20 gnunet-revocation-tvg
20 21
21 22
22plugin_LTLIBRARIES = \ 23plugin_LTLIBRARIES = \
@@ -41,6 +42,15 @@ gnunet_revocation_LDADD = \
41 $(top_builddir)/src/util/libgnunetutil.la \ 42 $(top_builddir)/src/util/libgnunetutil.la \
42 $(GN_LIBINTL) 43 $(GN_LIBINTL)
43 44
45gnunet_revocation_tvg_SOURCES = \
46 gnunet-revocation-tvg.c
47gnunet_revocation_tvg_LDADD = \
48 libgnunetrevocation.la \
49 $(top_builddir)/src/identity/libgnunetidentity.la \
50 $(top_builddir)/src/util/libgnunetutil.la \
51 $(GN_LIBINTL)
52
53
44lib_LTLIBRARIES = libgnunetrevocation.la 54lib_LTLIBRARIES = libgnunetrevocation.la
45 55
46libgnunetrevocation_la_SOURCES = \ 56libgnunetrevocation_la_SOURCES = \