diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-06-12 19:36:29 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-06-12 19:36:29 +0000 |
commit | 4d36032c24e603ac8e5c2591526148ea89ddc90c (patch) | |
tree | 41ff115c7cfdceb7d442e2ef60c82a52615ccec1 | |
parent | 4f315d96b8ea8a169ab36b10dd131642d6ab5d84 (diff) |
-LRN: block plugin depends on block module
-rw-r--r-- | src/block/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/block/Makefile.am b/src/block/Makefile.am index d904084ad2..7bfac24a4f 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 = \ |