unix on freebsd
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 23 May 2011 16:26:40 +0000 (16:26 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 23 May 2011 16:26:40 +0000 (16:26 +0000)
src/transport/Makefile.am

index 9f89e7239f969d158347a6dd11f49a54dd3773b7..4cca96cd3b20623a7ea678e53d5c572f7c93986a 100644 (file)
@@ -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