summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-31 22:31:32 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-31 22:31:32 +0100
commit6b70f2e45476c573da5d367734f964ded80659eb (patch)
treeb3625a24ba369dc51c9db2a6db708026603578fc /src/util
parentb5534977a354c588954c30d28e90116dc4d11d0a (diff)
downloadexchange-6b70f2e45476c573da5d367734f964ded80659eb.tar.gz
exchange-6b70f2e45476c573da5d367734f964ded80659eb.tar.bz2
exchange-6b70f2e45476c573da5d367734f964ded80659eb.zip
keep helpers in normal bin/ dir
Diffstat (limited to 'src/util')
-rw-r--r--src/util/Makefile.am4
-rw-r--r--src/util/test_helper_eddsa.c2
-rw-r--r--src/util/test_helper_rsa.c2
3 files changed, 3 insertions, 5 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 2c8038d07..8d3ed7424 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -7,8 +7,6 @@ if USE_COVERAGE
endif
-libexecdir = $(libdir)/taler/libexec
-
pkgcfgdir = $(prefix)/share/taler/config.d/
pkgcfg_DATA = \
@@ -22,7 +20,7 @@ EXTRA_DIST = \
test_helper_eddsa.conf \
test_helper_rsa.conf
-libexec_PROGRAMS = \
+bin_PROGRAMS = \
taler-helper-crypto-eddsa \
taler-helper-crypto-rsa
diff --git a/src/util/test_helper_eddsa.c b/src/util/test_helper_eddsa.c
index c2a3af744..126965714 100644
--- a/src/util/test_helper_eddsa.c
+++ b/src/util/test_helper_eddsa.c
@@ -391,7 +391,7 @@ main (int argc,
"WARNING",
NULL);
GNUNET_OS_init (TALER_project_data_default ());
- libexec_dir = GNUNET_OS_installation_get_path (GNUNET_OS_IPK_LIBEXECDIR);
+ libexec_dir = GNUNET_OS_installation_get_path (GNUNET_OS_IPK_BINDIR);
GNUNET_asprintf (&binary_name,
"%s/%s",
libexec_dir,
diff --git a/src/util/test_helper_rsa.c b/src/util/test_helper_rsa.c
index f86ebdefb..8edab5ff0 100644
--- a/src/util/test_helper_rsa.c
+++ b/src/util/test_helper_rsa.c
@@ -537,7 +537,7 @@ main (int argc,
"WARNING",
NULL);
GNUNET_OS_init (TALER_project_data_default ());
- libexec_dir = GNUNET_OS_installation_get_path (GNUNET_OS_IPK_LIBEXECDIR);
+ libexec_dir = GNUNET_OS_installation_get_path (GNUNET_OS_IPK_BINDIR);
GNUNET_asprintf (&binary_name,
"%s/%s",
libexec_dir,