diff options
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r-- | src/util/Makefile.am | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 1a730cdb6..9c9a76b22 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -21,8 +21,7 @@ EXTRA_DIST = \ taler-config.in \ test_helper_eddsa.conf \ test_helper_rsa.conf \ - test_helper_cs.conf \ - test_conversion.sh + test_helper_cs.conf bin_PROGRAMS = \ taler-exchange-secmod-eddsa \ @@ -82,7 +81,6 @@ libtalerutil_la_SOURCES = \ aml_signatures.c \ auditor_signatures.c \ config.c \ - conversion.c \ crypto.c \ crypto_confirmation.c \ crypto_contract.c \ @@ -131,7 +129,6 @@ AM_TESTS_ENVIRONMENT=export TALER_PREFIX=$${TALER_PREFIX:-@libdir@};export PATH= check_PROGRAMS = \ test_age_restriction \ test_amount \ - test_conversion \ test_crypto \ test_helper_eddsa \ test_helper_rsa \ @@ -148,14 +145,6 @@ test_age_restriction_LDADD = \ -lgnunetutil \ libtalerutil.la -test_conversion_SOURCES = \ - test_conversion.c -test_conversion_LDADD = \ - -lgnunetjson \ - -lgnunetutil \ - -ljansson \ - libtalerutil.la - test_amount_SOURCES = \ test_amount.c test_amount_LDADD = \ |