aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-02 12:54:25 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-02 12:54:25 +0000
commit5b82f1062147ef5da89971d515d93fd4df8cd40d (patch)
tree8284c8f5e95b55d9ddfda3d1f03ad6f140742d1f /src/Makefile.am
parent42b829bb6005f07403370931509d0f83b4235e15 (diff)
downloadgnunet-5b82f1062147ef5da89971d515d93fd4df8cd40d.tar.gz
gnunet-5b82f1062147ef5da89971d515d93fd4df8cd40d.zip
-add configure tests for opus/pulseaudio for conversation
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bd039325a..97b643f5c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,10 +16,15 @@ if HAVE_EXPERIMENTAL
16 multicast \ 16 multicast \
17 env \ 17 env \
18 psyc \ 18 psyc \
19 conversation \
20 $(CONSENSUS) \ 19 $(CONSENSUS) \
21 $(EXPERIMENTATION) 20 $(EXPERIMENTATION)
22 # 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
22if HAVE_PULSE
23if HAVE_OPUS
24 EXP_DIR += conversation
25endif
26endif
27
23endif 28endif
24 29
25if HAVE_MYSQL 30if HAVE_MYSQL