diff options
Diffstat (limited to 'src/revocation/Makefile.am')
-rw-r--r-- | src/revocation/Makefile.am | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am index d0c58584e..a8e84e877 100644 --- a/src/revocation/Makefile.am +++ b/src/revocation/Makefile.am | |||
@@ -16,9 +16,7 @@ pkgcfg_DATA = \ | |||
16 | revocation.conf | 16 | revocation.conf |
17 | 17 | ||
18 | bin_PROGRAMS = \ | 18 | bin_PROGRAMS = \ |
19 | gnunet-revocation \ | 19 | gnunet-revocation |
20 | gnunet-revocation-tvg | ||
21 | |||
22 | 20 | ||
23 | plugin_LTLIBRARIES = \ | 21 | plugin_LTLIBRARIES = \ |
24 | libgnunet_plugin_block_revocation.la | 22 | libgnunet_plugin_block_revocation.la |
@@ -67,8 +65,8 @@ libgnunetrevocation_la_LDFLAGS = \ | |||
67 | -version-info 0:0:0 | 65 | -version-info 0:0:0 |
68 | 66 | ||
69 | libexec_PROGRAMS = \ | 67 | libexec_PROGRAMS = \ |
70 | gnunet-service-revocation | 68 | gnunet-service-revocation \ |
71 | 69 | gnunet-revocation-tvg | |
72 | 70 | ||
73 | gnunet_service_revocation_SOURCES = \ | 71 | gnunet_service_revocation_SOURCES = \ |
74 | gnunet-service-revocation.c | 72 | gnunet-service-revocation.c |