diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-10-03 11:09:08 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-10-03 11:09:12 +0200 |
commit | 4998506a34e5855319b5d4fb738539c08910e75a (patch) | |
tree | edd631c09d900ff6717a7959ec66822e15e2edc5 /src | |
parent | c04113bfc443451bbf02dcd8078f7f74c8c37b23 (diff) |
add donau detection
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/backend/Makefile.am b/src/backend/Makefile.am index cf429777..23a11004 100644 --- a/src/backend/Makefile.am +++ b/src/backend/Makefile.am @@ -219,6 +219,12 @@ taler_merchant_httpd_LDADD = \ -lgnunetutil \ @QR_LIBS@ \ $(XLIB) + +if HAVE_DONAU +taler_merchant_httpd_LDADD += \ + -ldonau +endif + taler_merchant_httpd_CFLAGS = \ @QR_CFLAGS@ \ $(AM_CFLAGS) |