gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15279 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r15279 - gnunet/src/transport
Date: Mon, 23 May 2011 18:26:40 +0200

Author: wachs
Date: 2011-05-23 18:26:40 +0200 (Mon, 23 May 2011)
New Revision: 15279

Modified:
   gnunet/src/transport/Makefile.am
Log:
unix on freebsd


Modified: gnunet/src/transport/Makefile.am
===================================================================
--- gnunet/src/transport/Makefile.am    2011-05-22 10:48:52 UTC (rev 15278)
+++ gnunet/src/transport/Makefile.am    2011-05-23 16:26:40 UTC (rev 15279)
@@ -41,12 +41,15 @@
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]