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.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am
index 04bf707e5..25c31c8e6 100644
--- a/src/conversation/Makefile.am
+++ b/src/conversation/Makefile.am
@@ -94,7 +94,7 @@ libexec_PROGRAMS += \
94 $(AUDIO_HELPER_RECD) \ 94 $(AUDIO_HELPER_RECD) \
95 $(AUDIO_HELPER_PLAY) 95 $(AUDIO_HELPER_PLAY)
96 96
97TESTS_ENVIRONMENT=export GNUNET_PREFIX=@libdir@;export PATH=@prefix@/bin:$$PATH; 97AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;
98TESTS = $(AUDIO_TESTS) 98TESTS = $(AUDIO_TESTS)
99 99
100if BUILD_PULSE_HELPERS 100if BUILD_PULSE_HELPERS