aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 20:52:20 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 20:52:20 +0000
commit780eb09dd8040ecf8649d40ddf8314464e0fc48e (patch)
treea0401df2b6bddbd6abf20047703d7e38c91443e1 /src/Makefile.am
parent70921482279e504a61465b760aa13ad55627276a (diff)
downloadgnunet-780eb09dd8040ecf8649d40ddf8314464e0fc48e.tar.gz
gnunet-780eb09dd8040ecf8649d40ddf8314464e0fc48e.zip
-install fcfsd in libexec, build dv by default, move fcfsd config to namestore.conf.in
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 11c964d53..8746a47e2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,7 +12,6 @@ endif
12 12
13if HAVE_EXPERIMENTAL 13if HAVE_EXPERIMENTAL
14 EXP_DIR = \ 14 EXP_DIR = \
15 dv \
16 multicast \ 15 multicast \
17 env \ 16 env \
18 psyc \ 17 psyc \
@@ -69,6 +68,7 @@ SUBDIRS = \
69 dns \ 68 dns \
70 identity \ 69 identity \
71 set \ 70 set \
71 dv \
72 revocation \ 72 revocation \
73 namestore \ 73 namestore \
74 vpn \ 74 vpn \