-include wallet headers if compiling wallet library
This commit is contained in:
parent
68a8c36f06
commit
401745fc30
@ -20,7 +20,6 @@
|
||||
*/
|
||||
#ifndef TALER_UTIL_H
|
||||
#define TALER_UTIL_H
|
||||
|
||||
#include <gnunet/gnunet_util_taler_wallet_lib.h>
|
||||
#include "taler_amount_lib.h"
|
||||
#include "taler_crypto_lib.h"
|
||||
|
@ -23,7 +23,13 @@
|
||||
*/
|
||||
#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>
|
||||
|
||||
|
||||
|
@ -19,7 +19,12 @@
|
||||
* @author Sree Harsha Totakura <sreeharsha@totakura.in>
|
||||
*/
|
||||
#include "platform.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 "taler_util.h"
|
||||
|
||||
/**
|
||||
|
@ -24,8 +24,12 @@
|
||||
|
||||
#include "platform.h"
|
||||
#include "taler_util.h"
|
||||
#include <gnunet/gnunet_common.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