commit 0f8fc79f2e3251f7e0395a96698122d6e3a8f669
parent 310ca15f245c55fdb7820266ef051011e8bb21ae
Author: Pius Loosli <loosp2@bfh.ch>
Date: Mon, 27 Nov 2023 13:10:31 +0100
[build] src/pq Makefile: fix infamous libtalerutil.la
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pq/Makefile.am b/src/pq/Makefile.am
@@ -13,7 +13,7 @@ libtalerpq_la_SOURCES = \
pq_query_helper.c \
pq_result_helper.c
libtalerpq_la_LIBADD = \
- $(top_builddir)/src/util/libtalerutil.la \
+ $(top_builddir)/src/util/libtalerdonauutil.la \
-lgnunetutil -ljansson \
-lgnunetpq \
-lpq \