aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
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 \