From beceb3bc1612c2af875157fc4f0e7245dcfeef02 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 20 Jul 2015 10:34:32 +0200 Subject: implementing #3905 --- src/include/Makefile.am | 4 ++-- src/include/taler_amount_lib.h | 2 ++ src/include/taler_crypto_lib.h | 6 +++--- src/include/taler_signatures.h | 9 ++++++++- src/util/amount.c | 3 +-- 5 files changed, 16 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/include/Makefile.am b/src/include/Makefile.am index 1007c1d42..bfdcbe7ca 100644 --- a/src/include/Makefile.am +++ b/src/include/Makefile.am @@ -6,8 +6,8 @@ talerinclude_HEADERS = \ platform.h \ taler_amount_lib.h \ taler_crypto_lib.h \ - taler_util_wallet.h - + taler_util_wallet.h \ + taler_signatures.h else talerinclude_HEADERS = \ diff --git a/src/include/taler_amount_lib.h b/src/include/taler_amount_lib.h index d0024a8a0..8661ed913 100644 --- a/src/include/taler_amount_lib.h +++ b/src/include/taler_amount_lib.h @@ -29,6 +29,8 @@ extern "C" #endif #endif +#include + /** * @brief Number of characters (plus 1 for 0-termination) we use to diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index 6509935ab..4126894a1 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -24,11 +24,11 @@ #if HAVE_GNUNET_GNUNET_UTIL_LIB_H #include -#endif -#if HAVE_GNUNET_GNUNET_UTIL_TALER_WALLET_LIB_H +#include "taler_util.h" +#elif HAVE_GNUNET_GNUNET_UTIL_TALER_WALLET_LIB_H #include -#endif #include "taler_util_wallet.h" +#endif #include diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index bb88ff9d7..402e67fe2 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -28,7 +28,14 @@ #ifndef TALER_SIGNATURES_H #define TALER_SIGNATURES_H -#include "taler_util.h" +#if HAVE_GNUNET_GNUNET_UTIL_LIB_H +#include +#elif HAVE_GNUNET_GNUNET_UTIL_TALER_WALLET_LIB_H +#include +#endif + +#include "taler_amount_lib.h" +#include "taler_crypto_lib.h" /** * Cut-and-choose size for refreshing. Client looses the gamble (of diff --git a/src/util/amount.c b/src/util/amount.c index 424959bcc..7260b150f 100644 --- a/src/util/amount.c +++ b/src/util/amount.c @@ -24,8 +24,7 @@ #include "platform.h" #if HAVE_GNUNET_GNUNET_UTIL_LIB_H #include "taler_util.h" -#endif -#if HAVE_GNUNET_GNUNET_UTIL_TALER_WALLET_LIB_H +#elif HAVE_GNUNET_GNUNET_UTIL_TALER_WALLET_LIB_H #include "taler_util_wallet.h" #endif #include -- cgit v1.2.3