aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/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/conversation/Makefile.am
parent42b829bb6005f07403370931509d0f83b4235e15 (diff)
downloadgnunet-5b82f1062147ef5da89971d515d93fd4df8cd40d.tar.gz
gnunet-5b82f1062147ef5da89971d515d93fd4df8cd40d.zip
-add configure tests for opus/pulseaudio for conversation
Diffstat (limited to 'src/conversation/Makefile.am')
-rw-r--r--src/conversation/Makefile.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am
index de5c5ace7..b5dc0d49b 100644
--- a/src/conversation/Makefile.am
+++ b/src/conversation/Makefile.am
@@ -31,9 +31,18 @@ libgnunetconversation_la_LDFLAGS = \
31 31
32bin_PROGRAMS = gnunet-conversation 32bin_PROGRAMS = gnunet-conversation
33 33
34libexec_PROGRAMS = gnunet-service-conversation \ 34libexec_PROGRAMS = \
35 gnunet-service-conversation
36
37if HAVE_PULSE
38if HAVE_OPUS
39libexec_PROGRAMS +=
35 gnunet-helper-audio-record \ 40 gnunet-helper-audio-record \
36 gnunet-helper-audio-playback 41 gnunet-helper-audio-playback
42endif
43endif
44
45
37 46
38check_PROGRAMS = \ 47check_PROGRAMS = \
39 test_conversation_api 48 test_conversation_api