aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-04 21:34:48 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-04 21:34:48 +0000
commit83ecceace62b80855d1647c08222c5e9c4fb4902 (patch)
treee65f36c74d9e4efc07ab3c1649c4d9055da04cea
parent863b5333012d0064e3d526272ae8d74d243e9918 (diff)
downloadgnunet-83ecceace62b80855d1647c08222c5e9c4fb4902.tar.gz
gnunet-83ecceace62b80855d1647c08222c5e9c4fb4902.zip
arg
-rw-r--r--src/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7b40eeb73..2729ccfd2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,9 +7,6 @@ if HAVE_OPENSSL
7 MONKEY_DIR = monkey 7 MONKEY_DIR = monkey
8endif 8endif
9endif 9endif
10if HAVE_EXPERIMENTAL
11 FS_exp = fs
12endif
13 10
14SUBDIRS = \ 11SUBDIRS = \
15 include $(INTLEMU_SUBDIRS) \ 12 include $(INTLEMU_SUBDIRS) \
@@ -32,7 +29,7 @@ SUBDIRS = \
32 dht \ 29 dht \
33 hostlist \ 30 hostlist \
34 topology \ 31 topology \
35 $(FS_exp) \ 32 fs \
36 fragmentation \ 33 fragmentation \
37 mesh \ 34 mesh \
38 vpn \ 35 vpn \