diff options
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r-- | src/util/Makefile.am | 4 |
1 files changed, 1 insertions, 3 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 |