[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r14851 - gnunet/src
From: |
gnunet |
Subject: |
[GNUnet-SVN] r14851 - gnunet/src |
Date: |
Mon, 4 Apr 2011 19:57:02 +0200 |
Author: grothoff
Date: 2011-04-04 19:57:02 +0200 (Mon, 04 Apr 2011)
New Revision: 14851
Modified:
gnunet/src/Makefile.am
Log:
currently borken
Modified: gnunet/src/Makefile.am
===================================================================
--- gnunet/src/Makefile.am 2011-04-04 16:33:35 UTC (rev 14850)
+++ gnunet/src/Makefile.am 2011-04-04 17:57:02 UTC (rev 14851)
@@ -7,6 +7,10 @@
MONKEY_DIR = monkey
endif
endif
+if HAVE_EXPERIMENTAL
+ DS_exp = datastore
+ FS_exp = fs
+endif
SUBDIRS = \
include $(INTLEMU_SUBDIRS) \
@@ -18,7 +22,7 @@
$(MONKEY_DIR) \
peerinfo \
datacache \
- datastore \
+ $(DS_exp) \
template \
nat \
transport \
@@ -29,7 +33,7 @@
dht \
hostlist \
topology \
- fs \
+ $(FS_exp) \
fragmentation \
mesh \
vpn \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r14851 - gnunet/src,
gnunet <=