aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-13 15:34:40 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-13 15:34:40 +0000
commit6dd8708ad789b63fc63a68bd4519e84569713da4 (patch)
tree80915015fa56765433df9c483426529b9839545c /src/Makefile.am
parentee21a783ec2bb31b26a508d12ffad5d8b3c866e9 (diff)
downloadgnunet-6dd8708ad789b63fc63a68bd4519e84569713da4.tar.gz
gnunet-6dd8708ad789b63fc63a68bd4519e84569713da4.zip
-bring set/gns into the fold of non-experimental subsystems
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d3bd856e9..f97283d0a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,7 +10,7 @@ if HAVE_TESTING
10endif 10endif
11 11
12if HAVE_EXPERIMENTAL 12if HAVE_EXPERIMENTAL
13 EXP_DIR = gns set dv $(CONSENSUS) $(EXPERIMENTATION) 13 EXP_DIR = dv $(CONSENSUS) $(EXPERIMENTATION)
14endif 14endif
15 15
16if LINUX 16if LINUX
@@ -63,6 +63,8 @@ SUBDIRS = \
63 lockmanager \ 63 lockmanager \
64 stream \ 64 stream \
65 dns \ 65 dns \
66 gns \
67 set \
66 fs \ 68 fs \
67 $(LINUX_DIR) \ 69 $(LINUX_DIR) \
68 $(MINGW_DIR) \ 70 $(MINGW_DIR) \