diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-05-31 20:34:39 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-05-31 20:34:39 +0200 |
commit | 915480618b84f281aaa9bac3f711cf6e5fd555c1 (patch) | |
tree | c04efcf79ffcaf3fbda4b8f81a56fc3361d4316f /src/backend/Makefile.am | |
parent | 990f4d4d5192506aa4a5f6510449e0aa79a2e61f (diff) |
implement GET /reserves/RPUB
Diffstat (limited to 'src/backend/Makefile.am')
-rw-r--r-- | src/backend/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backend/Makefile.am b/src/backend/Makefile.am index 8960b15f..e70a1884 100644 --- a/src/backend/Makefile.am +++ b/src/backend/Makefile.am @@ -47,6 +47,8 @@ taler_merchant_httpd_SOURCES = \ taler-merchant-httpd_private-get-orders.h \ taler-merchant-httpd_private-get-reserves.c \ taler-merchant-httpd_private-get-reserves.h \ + taler-merchant-httpd_private-get-reserves-ID.c \ + taler-merchant-httpd_private-get-reserves-ID.h \ taler-merchant-httpd_private-get-transfers.c \ taler-merchant-httpd_private-get-transfers.h \ taler-merchant-httpd_private-patch-instances-ID.c \ |