diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-07-05 21:54:11 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-05 21:54:11 +0200 |
commit | 54e63f01df85ee0470493c6d0de29576ce3371c4 (patch) | |
tree | 174ef13378081c4845a9f0adc52bcac97674aff2 /src/exchange-tools | |
parent | 6de49ea2c02e311e5f5366005bd3497a9bb25187 (diff) |
fix #6408: make sure all timestamps are always rounded when they arrive over JSON, or 400 the requester; similarly don't tolerate anything else as client
Diffstat (limited to 'src/exchange-tools')
-rw-r--r-- | src/exchange-tools/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/exchange-tools/Makefile.am b/src/exchange-tools/Makefile.am index 2327d8111..943982567 100644 --- a/src/exchange-tools/Makefile.am +++ b/src/exchange-tools/Makefile.am @@ -21,10 +21,11 @@ taler_exchange_keyup_SOURCES = \ taler-exchange-keyup.c taler_exchange_keyup_LDADD = \ $(LIBGCRYPT_LIBS) \ - $(top_builddir)/src/util/libtalerutil.la \ - $(top_builddir)/src/pq/libtalerpq.la \ - $(top_builddir)/src/bank-lib/libtalerbank.la \ $(top_builddir)/src/exchangedb/libtalerexchangedb.la \ + $(top_builddir)/src/bank-lib/libtalerbank.la \ + $(top_builddir)/src/json/libtalerjson.la \ + $(top_builddir)/src/pq/libtalerpq.la \ + $(top_builddir)/src/util/libtalerutil.la \ -lgnunetutil $(XLIB) taler_exchange_keyup_LDFLAGS = $(POSTGRESQL_LDFLAGS) |