aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-05 13:08:47 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-05 13:08:47 +0000
commit45c9ba99503eaf130b3d298062c612e281893d6a (patch)
tree5b993e1fa2719a7f9fae82f29c9ebad4362d0c3b /src/Makefile.am
parent40713e33b62a2cdfa5a27403c278ff5dffde4832 (diff)
downloadgnunet-45c9ba99503eaf130b3d298062c612e281893d6a.tar.gz
gnunet-45c9ba99503eaf130b3d298062c612e281893d6a.zip
-fixes to build system, integrating conversation in non-experimental builds
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 97b643f5c..a43f1b865 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -19,14 +19,15 @@ if HAVE_EXPERIMENTAL
19 $(CONSENSUS) \ 19 $(CONSENSUS) \
20 $(EXPERIMENTATION) 20 $(EXPERIMENTATION)
21 # NOTE: scalarproduct is not being listed here yet as the crypto is being reworked at the moment 21 # NOTE: scalarproduct is not being listed here yet as the crypto is being reworked at the moment
22endif
23
24
22if HAVE_PULSE 25if HAVE_PULSE
23if HAVE_OPUS 26if HAVE_OPUS
24 EXP_DIR += conversation 27 CONVERSATION_DIR = conversation
25endif 28endif
26endif 29endif
27 30
28endif
29
30if HAVE_MYSQL 31if HAVE_MYSQL
31 MYSQL_DIR = mysql 32 MYSQL_DIR = mysql
32endif 33endif
@@ -73,6 +74,7 @@ SUBDIRS = \
73 namestore \ 74 namestore \
74 vpn \ 75 vpn \
75 gns \ 76 gns \
77 $(CONVERSATION_DIR) \
76 psycstore \ 78 psycstore \
77 fs \ 79 fs \
78 exit \ 80 exit \