fix build
This commit is contained in:
parent
28140f90e8
commit
46047a6c14
@ -17,6 +17,7 @@ taler_exchange_benchmark_SOURCES = \
|
|||||||
taler-exchange-benchmark.c
|
taler-exchange-benchmark.c
|
||||||
taler_exchange_benchmark_LDADD = \
|
taler_exchange_benchmark_LDADD = \
|
||||||
$(LIBGCRYPT_LIBS) \
|
$(LIBGCRYPT_LIBS) \
|
||||||
|
$(top_builddir)/src/wire/libtalerwire.la \
|
||||||
$(top_builddir)/src/json/libtalerjson.la \
|
$(top_builddir)/src/json/libtalerjson.la \
|
||||||
$(top_builddir)/src/util/libtalerutil.la \
|
$(top_builddir)/src/util/libtalerutil.la \
|
||||||
$(top_builddir)/src/exchange-lib/libtalerexchange.la \
|
$(top_builddir)/src/exchange-lib/libtalerexchange.la \
|
||||||
|
@ -25,17 +25,17 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include <taler/taler_util.h>
|
|
||||||
#include <taler/taler_signatures.h>
|
|
||||||
#include <taler/taler_exchange_service.h>
|
|
||||||
#include <taler/taler_json_lib.h>
|
|
||||||
#include <gnunet/gnunet_util_lib.h>
|
#include <gnunet/gnunet_util_lib.h>
|
||||||
#include <microhttpd.h>
|
#include <microhttpd.h>
|
||||||
#include <taler/taler_bank_service.h>
|
#include "taler_util.h"
|
||||||
#include <taler/taler_fakebank_lib.h>
|
#include "taler_signatures.h"
|
||||||
#include <taler/taler_testing_lib.h>
|
#include "taler_exchange_service.h"
|
||||||
#include <taler/taler_testing_bank_lib.h>
|
#include "taler_json_lib.h"
|
||||||
#include <taler/taler_error_codes.h>
|
#include "taler_bank_service.h"
|
||||||
|
#include "taler_fakebank_lib.h"
|
||||||
|
#include "taler_testing_lib.h"
|
||||||
|
#include "taler_testing_bank_lib.h"
|
||||||
|
#include "taler_error_codes.h"
|
||||||
|
|
||||||
/* Error codes. */
|
/* Error codes. */
|
||||||
enum BenchmarkError {
|
enum BenchmarkError {
|
||||||
|
Loading…
Reference in New Issue
Block a user