aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-05-11 06:52:05 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-05-11 06:52:05 +0000
commitbcfdbb1b6adf43534b70c4e92e4f1a10e15f9687 (patch)
treecd6f47f066e9367ab1bdb0883f62e22c297affec /src
parenta36b0cceaf7fceff3181520b010a0ad4e6c37ab9 (diff)
downloadgnunet-bcfdbb1b6adf43534b70c4e92e4f1a10e15f9687.tar.gz
gnunet-bcfdbb1b6adf43534b70c4e92e4f1a10e15f9687.zip
Diffstat (limited to 'src')
-rw-r--r--src/transport/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index cec305a7d..648f1b514 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -169,6 +169,7 @@ test_plugin_transport_http_SOURCES = \
169test_plugin_transport_http_LDADD = \ 169test_plugin_transport_http_LDADD = \
170 $(top_builddir)/src/transport/libgnunettransport.la \ 170 $(top_builddir)/src/transport/libgnunettransport.la \
171 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 171 $(top_builddir)/src/statistics/libgnunetstatistics.la \
172 @LIBCURL@ \
172 $(top_builddir)/src/util/libgnunetutil.la 173 $(top_builddir)/src/util/libgnunetutil.la
173 174
174 175