aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-10-03 11:09:08 +0200
committerChristian Grothoff <christian@grothoff.org>2024-10-03 11:09:12 +0200
commit4998506a34e5855319b5d4fb738539c08910e75a (patch)
treeedd631c09d900ff6717a7959ec66822e15e2edc5 /src
parentc04113bfc443451bbf02dcd8078f7f74c8c37b23 (diff)
add donau detection
Diffstat (limited to 'src')
-rw-r--r--src/backend/Makefile.am6
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)