From 4d36032c24e603ac8e5c2591526148ea89ddc90c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 12 Jun 2012 19:36:29 +0000 Subject: [PATCH] -LRN: block plugin depends on block module --- src/block/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/block/Makefile.am b/src/block/Makefile.am index d904084ad..7bfac24a4 100644 --- a/src/block/Makefile.am +++ b/src/block/Makefile.am @@ -20,6 +20,7 @@ plugin_LTLIBRARIES = \ libgnunet_plugin_block_template_la_SOURCES = \ plugin_block_template.c libgnunet_plugin_block_template_la_LIBADD = \ + $(top_builddir)/src/block/libgnunetblock.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(LTLIBINTL) libgnunet_plugin_block_template_la_LDFLAGS = \ -- 2.25.1