From 6ce656812a23d9037fbd37b5867b35ee4ef63908 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 20 May 2011 15:06:24 +0000 Subject: [PATCH] no unix on freebsd --- src/transport/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index b3f0aaa35..9f89e7239 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -43,7 +43,7 @@ endif if LINUX UNIX_PLUGIN_LA = libgnunet_plugin_transport_unix.la -UNIX_PLUGIN_TEST = test_transport_api_unix +UNIX_PLUGIN_TEST = test_transport_api_unix UNIX_REL_TEST = test_transport_api_unreliability_unix UNIX_QUOTA_TEST = test_quota_compliance_unix \ test_quota_compliance_unix_asymmetric_recv_constant @@ -224,7 +224,6 @@ check_PROGRAMS = \ test_transport_api_reliability_tcp \ test_transport_api_reliability_tcp_nat \ test_transport_api_unreliability_udp \ - test_transport_api_unreliability_unix \ $(UNIX_REL_TEST) \ $(HTTP_REL_TEST) \ $(HTTPS_REL_TEST) \ @@ -256,7 +255,7 @@ TESTS = \ test_transport_api_reliability_tcp \ test_transport_api_reliability_tcp_nat \ test_transport_api_unreliability_udp \ - test_transport_api_unreliability_unix \ + $(UNIX_REL_TEST) \ $(HTTP_REL_TEST) \ $(HTTPS_REL_TEST) \ test_quota_compliance_tcp \ -- 2.25.1