commit e90fd9fb38e7357c918d21894816cfb740abeec2
parent 26b7dce38e2908a0ba8fb8e3f94c13cdd1bd41d1
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 11 Jan 2023 13:12:18 +0100
-remove dead dependency on libuuid
Diffstat:
3 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/backend/Makefile.am b/src/backend/Makefile.am
@@ -41,7 +41,6 @@ anastasis_httpd_LDADD = \
-lgnunetjson \
-lgnunetutil \
-lmicrohttpd \
- -luuid \
$(XLIB)
EXTRA_DIST = \
diff --git a/src/stasis/Makefile.am b/src/stasis/Makefile.am
@@ -83,7 +83,6 @@ test_anastasis_db_postgres_LDFLAGS = \
-lgnunetpq \
-ltalerutil \
-ltalerpq \
- -luuid \
$(XLIB)
AM_TESTS_ENVIRONMENT=export ANASTASIS_PREFIX=$${ANASTASIS_PREFIX:-@libdir@};export PATH=$${ANASTASIS_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
@@ -38,7 +38,6 @@ libanastasistesting_la_LIBADD = \
-lgnunetjson \
-lgnunetutil \
-ljansson \
- -luuid \
-ltalertesting \
$(XLIB)