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 = \ revocation.conf bin_PROGRAMS = \ - gnunet-revocation \ - gnunet-revocation-tvg - + gnunet-revocation plugin_LTLIBRARIES = \ libgnunet_plugin_block_revocation.la @@ -67,8 +65,8 @@ libgnunetrevocation_la_LDFLAGS = \ -version-info 0:0:0 libexec_PROGRAMS = \ - gnunet-service-revocation - + gnunet-service-revocation \ + gnunet-revocation-tvg gnunet_service_revocation_SOURCES = \ gnunet-service-revocation.c |