aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-09-27 11:36:45 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-09-27 11:36:45 +0000
commitf85c3c37598c68e447174980117bc96328865877 (patch)
treefcba75d8039a28a5f7d5ad851f05dfc2dcd02216 /src/transport/Makefile.am
parent6cbcd301264c12f18b2b837db0297b314ce120e7 (diff)
downloadgnunet-f85c3c37598c68e447174980117bc96328865877.tar.gz
gnunet-f85c3c37598c68e447174980117bc96328865877.zip
renaming plugin
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index a0a61924c..c75a21c1f 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -215,7 +215,7 @@ libgnunet_plugin_transport_unix_la_LDFLAGS = \
215 $(GN_PLUGIN_LDFLAGS) 215 $(GN_PLUGIN_LDFLAGS)
216 216
217libgnunet_plugin_transport_http_la_SOURCES = \ 217libgnunet_plugin_transport_http_la_SOURCES = \
218 plugin_transport_http_new.c plugin_transport_http_client.c plugin_transport_http_server.c 218 plugin_transport_http.c plugin_transport_http_client.c plugin_transport_http_server.c
219libgnunet_plugin_transport_http_la_LIBADD = \ 219libgnunet_plugin_transport_http_la_LIBADD = \
220 $(top_builddir)/src/hello/libgnunethello.la \ 220 $(top_builddir)/src/hello/libgnunethello.la \
221 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 221 $(top_builddir)/src/statistics/libgnunetstatistics.la \