From 060e3c202b9c4aed542617ac84b6b3061f51be2b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 4 Apr 2011 17:57:02 +0000 Subject: [PATCH] currently borken --- src/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 2729ccfd2..1b88b08d2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,6 +7,10 @@ if HAVE_OPENSSL MONKEY_DIR = monkey endif endif +if HAVE_EXPERIMENTAL + DS_exp = datastore + FS_exp = fs +endif SUBDIRS = \ include $(INTLEMU_SUBDIRS) \ @@ -18,7 +22,7 @@ SUBDIRS = \ $(MONKEY_DIR) \ peerinfo \ datacache \ - datastore \ + $(DS_exp) \ template \ nat \ transport \ @@ -29,7 +33,7 @@ SUBDIRS = \ dht \ hostlist \ topology \ - fs \ + $(FS_exp) \ fragmentation \ mesh \ vpn \ -- 2.25.1