aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-09-16 22:34:49 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-09-16 22:34:49 +0000
commit7d9e72ed7787feec407edff7e8140b2379e867e4 (patch)
treec2f10fabbdf6b7fd5d46310788633fbaadf32f0d /src/transport/Makefile.am
parent2b9c6d7aa188d9666104d52d5ffb3338521fd27e (diff)
downloadgnunet-7d9e72ed7787feec407edff7e8140b2379e867e4.tar.gz
gnunet-7d9e72ed7787feec407edff7e8140b2379e867e4.zip
update buildbots first...
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 528a2f37e..4089a195a 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -213,7 +213,7 @@ libgnunet_plugin_transport_unix_la_LDFLAGS = \
213 $(GN_PLUGIN_LDFLAGS) 213 $(GN_PLUGIN_LDFLAGS)
214 214
215libgnunet_plugin_transport_http_la_SOURCES = \ 215libgnunet_plugin_transport_http_la_SOURCES = \
216 plugin_transport_http_new.c plugin_transport_http_client.c plugin_transport_http_server.c 216 plugin_transport_http.c
217libgnunet_plugin_transport_http_la_LIBADD = \ 217libgnunet_plugin_transport_http_la_LIBADD = \
218 $(top_builddir)/src/hello/libgnunethello.la \ 218 $(top_builddir)/src/hello/libgnunethello.la \
219 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 219 $(top_builddir)/src/statistics/libgnunetstatistics.la \
@@ -230,7 +230,7 @@ libgnunet_plugin_transport_http_la_CPPFLAGS = \
230 @LIBCURL_CPPFLAGS@ 230 @LIBCURL_CPPFLAGS@
231 231
232libgnunet_plugin_transport_https_la_SOURCES = \ 232libgnunet_plugin_transport_https_la_SOURCES = \
233 plugin_transport_http_new.c plugin_transport_http_client.c plugin_transport_http_server.c 233 plugin_transport_http.c
234libgnunet_plugin_transport_https_la_LIBADD = \ 234libgnunet_plugin_transport_https_la_LIBADD = \
235 $(top_builddir)/src/hello/libgnunethello.la \ 235 $(top_builddir)/src/hello/libgnunethello.la \
236 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 236 $(top_builddir)/src/statistics/libgnunetstatistics.la \