-fix ftbfs in wallet-only mode
This commit is contained in:
parent
6f6566554b
commit
3eddd802dc
@ -22,7 +22,14 @@
|
||||
#ifndef TALER_CRYPTO_LIB_H
|
||||
#define TALER_CRYPTO_LIB_H
|
||||
|
||||
#if HAVE_GNUNET_GNUNET_UTIL_LIB_H
|
||||
#include <gnunet/gnunet_util_lib.h>
|
||||
#endif
|
||||
#if HAVE_GNUNET_GNUNET_UTIL_TALER_WALLET_LIB_H
|
||||
#include <gnunet/gnunet_util_taler_wallet_lib.h>
|
||||
#endif
|
||||
#include "taler_util_wallet.h"
|
||||
|
||||
#include <gcrypt.h>
|
||||
|
||||
|
||||
|
@ -16,8 +16,7 @@ endif
|
||||
|
||||
libtalerutil_wallet_la_SOURCES = \
|
||||
amount.c \
|
||||
crypto.c \
|
||||
util.c
|
||||
crypto.c
|
||||
|
||||
libtalerutil_wallet_la_LIBADD = \
|
||||
-lgnunetutil_taler_wallet \
|
||||
|
@ -22,7 +22,12 @@
|
||||
* @author Christian Grothoff
|
||||
*/
|
||||
#include "platform.h"
|
||||
#if HAVE_GNUNET_GNUNET_UTIL_LIB_H
|
||||
#include "taler_util.h"
|
||||
#endif
|
||||
#if HAVE_GNUNET_GNUNET_UTIL_TALER_WALLET_LIB_H
|
||||
#include "taler_util_wallet.h"
|
||||
#endif
|
||||
#include <gcrypt.h>
|
||||
|
||||
|
||||
|
@ -22,13 +22,12 @@
|
||||
* @author Christian Grothoff
|
||||
*/
|
||||
#include "platform.h"
|
||||
#include "taler_util.h"
|
||||
|
||||
#if HAVE_GNUNET_GNUNET_UTIL_TALER_WALLET_LIB_H
|
||||
#include <gnunet/gnunet_util_taler_wallet_lib.h>
|
||||
#include "taler_util_wallet.h"
|
||||
#endif
|
||||
#if HAVE_GNUNET_GNUNET_UTIL_LIB_H
|
||||
#include <gnunet/gnunet_util_lib.h>
|
||||
#include "taler_util.h"
|
||||
#endif
|
||||
#include <gcrypt.h>
|
||||
|
||||
|
@ -24,12 +24,6 @@
|
||||
|
||||
#include "platform.h"
|
||||
#include "taler_util.h"
|
||||
#if HAVE_GNUNET_GNUNET_UTIL_TALER_WALLET_LIB_H
|
||||
#include <gnunet/gnunet_util_taler_wallet_lib.h>
|
||||
#endif
|
||||
#if HAVE_GNUNET_GNUNET_UTIL_LIB_H
|
||||
#include <gnunet/gnunet_util_lib.h>
|
||||
#endif
|
||||
#include <gcrypt.h>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user