aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/revocation/Makefile.am')
-rw-r--r--src/revocation/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am
index 6efd461c1..a90f8cd79 100644
--- a/src/revocation/Makefile.am
+++ b/src/revocation/Makefile.am
@@ -28,8 +28,14 @@ libgnunet_plugin_block_revocation_la_SOURCES = \
28libgnunet_plugin_block_revocation_la_LIBADD = \ 28libgnunet_plugin_block_revocation_la_LIBADD = \
29 libgnunetrevocation.la \ 29 libgnunetrevocation.la \
30 $(top_builddir)/src/block/libgnunetblockgroup.la \ 30 $(top_builddir)/src/block/libgnunetblockgroup.la \
31 $(top_builddir)/src/block/libgnunetblock.la \
31 $(top_builddir)/src/util/libgnunetutil.la \ 32 $(top_builddir)/src/util/libgnunetutil.la \
32 $(LTLIBINTL) 33 $(LTLIBINTL)
34libgnunet_plugin_block_revocation_la_DEPENDENCIES = \
35 libgnunetrevocation.la \
36 $(top_builddir)/src/block/libgnunetblockgroup.la \
37 $(top_builddir)/src/block/libgnunetblock.la \
38 $(top_builddir)/src/util/libgnunetutil.la
33libgnunet_plugin_block_revocation_la_LDFLAGS = \ 39libgnunet_plugin_block_revocation_la_LDFLAGS = \
34 $(GN_PLUGIN_LDFLAGS) 40 $(GN_PLUGIN_LDFLAGS)
35 41