diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-08-03 11:05:41 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-08-03 11:05:41 +0200 |
commit | 91f07f2b0a5e6c2213f8a903b8751176ad9c72fe (patch) | |
tree | fb2c1e3b6903ee1705ab56c50c4da8cc0e043920 /src/backend/Makefile.am | |
parent | adf0f4fd36290becd33292d56d819aeaf260d5f6 (diff) |
separate out QR logic
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 925746b3..8e99993f 100644 --- a/src/backend/Makefile.am +++ b/src/backend/Makefile.am @@ -89,6 +89,8 @@ taler_merchant_httpd_SOURCES = \ taler-merchant-httpd_post-orders-ID-paid.h \ taler-merchant-httpd_post-tips-ID-pickup.c \ taler-merchant-httpd_post-tips-ID-pickup.h \ + taler-merchant-httpd_qr.c \ + taler-merchant-httpd_qr.h \ taler-merchant-httpd_reserves.c \ taler-merchant-httpd_reserves.h \ taler-merchant-httpd_templating.c \ |