diff options
author | Florian Dold <florian@dold.me> | 2021-03-01 23:25:21 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-03-01 23:25:21 +0100 |
commit | e29a6603fd830338742d295b426728cfd7c9c4af (patch) | |
tree | ca60f138b4a7a9e2765571c197b165ce41e0e009 /src/backend/Makefile.am | |
parent | c18d676333c148a3c9fb5eea75089c1cff599c21 (diff) |
towards updated auth API (tests still missing)
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 4c05db42..3dd126a6 100644 --- a/src/backend/Makefile.am +++ b/src/backend/Makefile.am @@ -66,6 +66,8 @@ taler_merchant_httpd_SOURCES = \ taler-merchant-httpd_private-patch-products-ID.h \ taler-merchant-httpd_private-post-instances.c \ taler-merchant-httpd_private-post-instances.h \ + taler-merchant-httpd_private-post-instances-ID-auth.c \ + taler-merchant-httpd_private-post-instances-ID-auth.h \ taler-merchant-httpd_private-post-products.c \ taler-merchant-httpd_private-post-products.h \ taler-merchant-httpd_private-post-products-ID-lock.c \ |