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