diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-08-23 12:50:47 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-08-23 12:50:47 +0200 |
commit | ba2cae9617e32bf789001415cd787f50af8b3ce9 (patch) | |
tree | 9a03abf6c4120c6397a6a8223356fae6f243155b /src | |
parent | 1a9b82c699e7edf8d1890d099cee0bb1262d329d (diff) |
typo
Diffstat (limited to 'src')
-rw-r--r-- | src/conversation/Makefile.am | 2 |
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 libexec_PROGRAMS += \ $(AUDIO_HELPER_RECD) \ $(AUDIO_HELPER_PLAY) -endifx +endif AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; if ENABLE_TEST_RUN |