diff options
Diffstat (limited to 'src/revocation/Makefile.am')
-rw-r--r-- | src/revocation/Makefile.am | 12 |
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 = \ revocation.conf bin_PROGRAMS = \ - gnunet-revocation + gnunet-revocation \ + gnunet-revocation-tvg plugin_LTLIBRARIES = \ @@ -41,6 +42,15 @@ gnunet_revocation_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) +gnunet_revocation_tvg_SOURCES = \ + gnunet-revocation-tvg.c +gnunet_revocation_tvg_LDADD = \ + libgnunetrevocation.la \ + $(top_builddir)/src/identity/libgnunetidentity.la \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(GN_LIBINTL) + + lib_LTLIBRARIES = libgnunetrevocation.la libgnunetrevocation_la_SOURCES = \ |