aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-09-16 22:08:45 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-09-16 22:08:45 +0000
commit2b9c6d7aa188d9666104d52d5ffb3338521fd27e (patch)
treea0a9c402b61c8e6a57533e49e4ed9c834bc573b9 /src/transport/Makefile.am
parentb5018b4a304d7e39d3bb254977437a2d08f234d4 (diff)
downloadgnunet-2b9c6d7aa188d9666104d52d5ffb3338521fd27e.tar.gz
gnunet-2b9c6d7aa188d9666104d52d5ffb3338521fd27e.zip
fixes
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 4089a195a..528a2f37e 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.c 216 plugin_transport_http_new.c plugin_transport_http_client.c plugin_transport_http_server.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.c 233 plugin_transport_http_new.c plugin_transport_http_client.c plugin_transport_http_server.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 \