aboutsummaryrefslogtreecommitdiff
path: root/src/block
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-02 08:54:18 +0000
committerChristian Grothoff <christian@grothoff.org>2015-06-02 08:54:18 +0000
commitedb4ddf051d91a2169d46f07b1bfea6df4d216bb (patch)
treee3b1a1095ece34ca21a420a290ad740663ec36a5 /src/block
parenta2417d5b3fc632fb1bacca6594c50a0ef7ffd23a (diff)
downloadgnunet-edb4ddf051d91a2169d46f07b1bfea6df4d216bb.tar.gz
gnunet-edb4ddf051d91a2169d46f07b1bfea6df4d216bb.zip
-noinst-ing non-functional binaries/libraries that just exist as examples/templates
Diffstat (limited to 'src/block')
-rw-r--r--src/block/Makefile.am11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/block/Makefile.am b/src/block/Makefile.am
index 19a91f770..c54a4c246 100644
--- a/src/block/Makefile.am
+++ b/src/block/Makefile.am
@@ -14,9 +14,12 @@ endif
14lib_LTLIBRARIES = libgnunetblock.la 14lib_LTLIBRARIES = libgnunetblock.la
15 15
16plugin_LTLIBRARIES = \ 16plugin_LTLIBRARIES = \
17 libgnunet_plugin_block_template.la \ 17 libgnunet_plugin_block_test.la
18 libgnunet_plugin_block_test.la
19 18
19# Real plugins should of course go into
20# plugin_LTLIBRARIES
21noinst_LTLIBRARIES = \
22 libgnunet_plugin_block_template.la
20 23
21libgnunet_plugin_block_template_la_SOURCES = \ 24libgnunet_plugin_block_template_la_SOURCES = \
22 plugin_block_template.c 25 plugin_block_template.c
@@ -38,11 +41,11 @@ libgnunet_plugin_block_test_la_LDFLAGS = \
38 41
39 42
40libgnunetblock_la_SOURCES = \ 43libgnunetblock_la_SOURCES = \
41 block.c 44 block.c
42libgnunetblock_la_LIBADD = \ 45libgnunetblock_la_LIBADD = \
43 $(top_builddir)/src/util/libgnunetutil.la 46 $(top_builddir)/src/util/libgnunetutil.la
44libgnunetblock_la_DEPENDENCIES = \ 47libgnunetblock_la_DEPENDENCIES = \
45 $(top_builddir)/src/util/libgnunetutil.la 48 $(top_builddir)/src/util/libgnunetutil.la
46libgnunetblock_la_LDFLAGS = \ 49libgnunetblock_la_LDFLAGS = \
47 $(GN_LIB_LDFLAGS) \ 50 $(GN_LIB_LDFLAGS) \
48 -version-info 0:0:0 51 -version-info 0:0:0