From 57e5f310b699c0b91dabac940e04ef4b152ee2a3 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 23 May 2011 16:26:40 +0000 Subject: [PATCH] unix on freebsd --- src/transport/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 9f89e7239..4cca96cd3 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -41,12 +41,15 @@ if LINUX endif endif -if LINUX +if !MINGW UNIX_PLUGIN_LA = libgnunet_plugin_transport_unix.la 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 +endif + +if LINUX NATBIN = gnunet-nat-server gnunet-nat-client install-exec-hook: chown root $(bindir)/gnunet-nat-server $(bindir)/gnunet-nat-client $(bindir)/gnunet-transport-wlan-helper || true -- 2.25.1