aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
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/transport/Makefile.am
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/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 42432a403..950b0a9a0 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -278,7 +278,11 @@ plugin_LTLIBRARIES = \
278 $(HTTP_SERVER_PLUGIN_LA) \ 278 $(HTTP_SERVER_PLUGIN_LA) \
279 $(HTTPS_SERVER_PLUGIN_LA) \ 279 $(HTTPS_SERVER_PLUGIN_LA) \
280 $(WLAN_PLUGIN_LA) \ 280 $(WLAN_PLUGIN_LA) \
281 $(BT_PLUGIN_LA) \ 281 $(BT_PLUGIN_LA)
282
283# Note: real plugins of course need to be added
284# to the plugin_LTLIBRARIES above
285noinst_LTLIBRARIES = \
282 libgnunet_plugin_transport_template.la 286 libgnunet_plugin_transport_template.la
283 287
284libgnunet_plugin_transport_tcp_la_SOURCES = \ 288libgnunet_plugin_transport_tcp_la_SOURCES = \