summaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation')
-rw-r--r--src/conversation/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am
index 57edc27f0..c1c002578 100644
--- a/src/conversation/Makefile.am
+++ b/src/conversation/Makefile.am
@@ -95,7 +95,9 @@ libexec_PROGRAMS += \
95 $(AUDIO_HELPER_PLAY) 95 $(AUDIO_HELPER_PLAY)
96 96
97AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 97AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;
98if ENABLE_TEST_RUN
98TESTS = $(AUDIO_TESTS) 99TESTS = $(AUDIO_TESTS)
100endif
99 101
100if BUILD_PULSE_HELPERS 102if BUILD_PULSE_HELPERS
101gnunet_helper_audio_record_SOURCES = \ 103gnunet_helper_audio_record_SOURCES = \