aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-11-14 12:20:27 +0000
committerChristian Grothoff <christian@grothoff.org>2013-11-14 12:20:27 +0000
commitfceea8076488d3da8d52aaf4ccd966eac57b2734 (patch)
treed2a3b18e4bac586dcf8700aebd3308afa1fd26de /src/conversation/Makefile.am
parent49dae49c8a2bf3682e20365f026fc087d27937e9 (diff)
downloadgnunet-fceea8076488d3da8d52aaf4ccd966eac57b2734.tar.gz
gnunet-fceea8076488d3da8d52aaf4ccd966eac57b2734.zip
-only run tests if we actually had pulse/opus
Diffstat (limited to 'src/conversation/Makefile.am')
-rw-r--r--src/conversation/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am
index 836a61fb4..b9e0c99b6 100644
--- a/src/conversation/Makefile.am
+++ b/src/conversation/Makefile.am
@@ -76,12 +76,14 @@ endif
76endif 76endif
77 77
78 78
79
80check_PROGRAMS = \ 79check_PROGRAMS = \
81 test_conversation_api 80 test_conversation_api
82 81
82if HAVE_PULSE
83if HAVE_OPUS
83TESTS = $(check_PROGRAMS) 84TESTS = $(check_PROGRAMS)
84 85endif
86endif
85 87
86gnunet_helper_audio_record_SOURCES = \ 88gnunet_helper_audio_record_SOURCES = \
87 gnunet-helper-audio-record.c 89 gnunet-helper-audio-record.c