aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-08 10:23:47 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-08 10:23:47 +0000
commitcc78806664bc75ba5724116deb5a0fa82a04d7e9 (patch)
tree0e99b19c65dfa6195395e3cdb8e69187cb3ee216 /src/transport
parentbc460c0dd8d61ab51ebd944c54b9826cac00920b (diff)
downloadgnunet-cc78806664bc75ba5724116deb5a0fa82a04d7e9.tar.gz
gnunet-cc78806664bc75ba5724116deb5a0fa82a04d7e9.zip
stuff
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 0b2305c22..031cfe8b9 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -32,7 +32,6 @@ if USE_COVERAGE
32 AM_CFLAGS = --coverage -O0 32 AM_CFLAGS = --coverage -O0
33endif 33endif
34 34
35if HAVE_PCAP
36if LINUX 35if LINUX
37 WLAN_BIN = gnunet-transport-wlan-helper 36 WLAN_BIN = gnunet-transport-wlan-helper
38 WLAN_BIN_DUMMY = gnunet-transport-wlan-helper-dummy 37 WLAN_BIN_DUMMY = gnunet-transport-wlan-helper-dummy
@@ -41,7 +40,6 @@ if LINUX
41 WLAN_REL_TEST = test_transport_api_reliability_wlan 40 WLAN_REL_TEST = test_transport_api_reliability_wlan
42 WLAN_UREL_TEST = test_transport_api_unreliability_wlan 41 WLAN_UREL_TEST = test_transport_api_unreliability_wlan
43endif 42endif
44endif
45 43
46if !MINGW 44if !MINGW
47UNIX_PLUGIN_LA = libgnunet_plugin_transport_unix.la 45UNIX_PLUGIN_LA = libgnunet_plugin_transport_unix.la
@@ -435,7 +433,6 @@ test_transport_api_unreliability_udp_LDADD = \
435 $(top_builddir)/src/hello/libgnunethello.la \ 433 $(top_builddir)/src/hello/libgnunethello.la \
436 $(top_builddir)/src/util/libgnunetutil.la 434 $(top_builddir)/src/util/libgnunetutil.la
437 435
438if HAVE_PCAP
439if LINUX 436if LINUX
440test_transport_api_wlan_SOURCES = \ 437test_transport_api_wlan_SOURCES = \
441 test_transport_api.c 438 test_transport_api.c
@@ -444,7 +441,6 @@ test_transport_api_wlan_LDADD = \
444 $(top_builddir)/src/hello/libgnunethello.la \ 441 $(top_builddir)/src/hello/libgnunethello.la \
445 $(top_builddir)/src/util/libgnunetutil.la 442 $(top_builddir)/src/util/libgnunetutil.la
446endif 443endif
447endif
448 444
449test_quota_compliance_tcp_SOURCES = \ 445test_quota_compliance_tcp_SOURCES = \
450 test_quota_compliance.c 446 test_quota_compliance.c