gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r28599 - gnunet/src


From: gnunet
Subject: [GNUnet-SVN] r28599 - gnunet/src
Date: Wed, 14 Aug 2013 00:35:57 +0200

Author: grothoff
Date: 2013-08-14 00:35:57 +0200 (Wed, 14 Aug 2013)
New Revision: 28599

Modified:
   gnunet/src/Makefile.am
Log:
-fix build order

Modified: gnunet/src/Makefile.am
===================================================================
--- gnunet/src/Makefile.am      2013-08-13 22:28:03 UTC (rev 28598)
+++ gnunet/src/Makefile.am      2013-08-13 22:35:57 UTC (rev 28599)
@@ -13,14 +13,6 @@
  EXP_DIR = dv $(CONSENSUS) $(EXPERIMENTATION) 
 endif
 
-if LINUX
-# All of these currently only work on GNU/Linux or W32
- LINUX_DIR = exit vpn pt
-endif
-if MINGW
- MINGW_DIR = vpn exit pt
-endif
-
 if HAVE_MYSQL
  MYSQL_DIR = mysql
 endif
@@ -64,11 +56,12 @@
   identity \
   set \
   namestore \
+  vpn \
   gns \
   fs \
-  $(LINUX_DIR) \
-  $(MINGW_DIR) \
+  exit \
+  pt \
   integration-tests \
   $(EXP_DIR) 
 
-# note: namestore, gns are not listed right now as they are being reworked to 
use the new crypto
\ No newline at end of file
+# note: namestore, gns are not listed right now as they are being reworked to 
use the new crypto




reply via email to

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