From: Matthias Wachs Date: Mon, 23 May 2011 16:26:40 +0000 (+0000) Subject: unix on freebsd X-Git-Tag: initial-import-from-subversion-38251~18438 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=57e5f310b699c0b91dabac940e04ef4b152ee2a3;p=oweals%2Fgnunet.git unix on freebsd --- 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