diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-06-12 19:36:29 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-06-12 19:36:29 +0000 |
commit | 21486e4cb2d1f8a080d16c714f209bf41ed0d0f4 (patch) | |
tree | 41ff115c7cfdceb7d442e2ef60c82a52615ccec1 /src/block | |
parent | 014e9bb9350e9c526285333c786cd213440cc836 (diff) |
-LRN: block plugin depends on block module
git-svn-id: https://gnunet.org/svn/gnunet@21929 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/block')
-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 = \ |