aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-08-23 12:50:47 +0200
committerChristian Grothoff <christian@grothoff.org>2019-08-23 12:50:47 +0200
commitba2cae9617e32bf789001415cd787f50af8b3ce9 (patch)
tree9a03abf6c4120c6397a6a8223356fae6f243155b /src/conversation
parent1a9b82c699e7edf8d1890d099cee0bb1262d329d (diff)
downloadgnunet-ba2cae9617e32bf789001415cd787f50af8b3ce9.tar.gz
gnunet-ba2cae9617e32bf789001415cd787f50af8b3ce9.zip
typo
Diffstat (limited to 'src/conversation')
-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 6f3227d0e..c329bebf5 100644
--- a/src/conversation/Makefile.am
+++ b/src/conversation/Makefile.am
@@ -106,7 +106,7 @@ if BUILD_CONVERSATION
106libexec_PROGRAMS += \ 106libexec_PROGRAMS += \
107 $(AUDIO_HELPER_RECD) \ 107 $(AUDIO_HELPER_RECD) \
108 $(AUDIO_HELPER_PLAY) 108 $(AUDIO_HELPER_PLAY)
109endifx 109endif
110 110
111AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; 111AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
112if ENABLE_TEST_RUN 112if ENABLE_TEST_RUN