commit 178aea6d45a14990c74b34611d0d248e605cb6ba parent bba9a0ac75846ab5a9c9d85d80174e9c77a37a79 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 29 Oct 2020 22:34:31 +0100 fix flags for coverage analysis Diffstat:
| M | src/backend/Makefile.am | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/backend/Makefile.am b/src/backend/Makefile.am @@ -116,4 +116,5 @@ taler_merchant_httpd_LDADD = \ @QR_LIBS@ \ $(XLIB) taler_merchant_httpd_CFLAGS = \ - @QR_CFLAGS@ + @QR_CFLAGS@ \ + $(AM_CFLAGS)