aboutsummaryrefslogtreecommitdiff
path: root/src/block/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-18 04:36:48 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-18 04:36:48 +0000
commit4346e3b1d6f830c8862fda17262fe0a41359be10 (patch)
treeb3f2add02a3d70c58c8b93cdaf619910ec2ce37a /src/block/Makefile.am
parent29fa331cfde73bde39cb365f05a64fbe8583c41c (diff)
downloadgnunet-4346e3b1d6f830c8862fda17262fe0a41359be10.tar.gz
gnunet-4346e3b1d6f830c8862fda17262fe0a41359be10.zip
move mingle function
Diffstat (limited to 'src/block/Makefile.am')
-rw-r--r--src/block/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/block/Makefile.am b/src/block/Makefile.am
index 238c48af3..2fc0c0081 100644
--- a/src/block/Makefile.am
+++ b/src/block/Makefile.am
@@ -19,6 +19,7 @@ plugin_LTLIBRARIES = \
19libgnunet_plugin_block_fs_la_SOURCES = \ 19libgnunet_plugin_block_fs_la_SOURCES = \
20 plugin_block_fs.c 20 plugin_block_fs.c
21libgnunet_plugin_block_fs_la_LIBADD = \ 21libgnunet_plugin_block_fs_la_LIBADD = \
22 $(top_builddir)/src/block/libgnunetblock.la \
22 $(top_builddir)/src/util/libgnunetutil.la 23 $(top_builddir)/src/util/libgnunetutil.la
23libgnunet_plugin_block_fs_la_LDFLAGS = \ 24libgnunet_plugin_block_fs_la_LDFLAGS = \
24 $(GN_PLUGIN_LDFLAGS) 25 $(GN_PLUGIN_LDFLAGS)