summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/exchange-tools/Makefile.am1
-rw-r--r--src/extensions/Makefile.am3
-rw-r--r--src/testing/Makefile.am1
3 files changed, 4 insertions, 1 deletions
diff --git a/src/exchange-tools/Makefile.am b/src/exchange-tools/Makefile.am
index 15e34cb35..8e7790081 100644
--- a/src/exchange-tools/Makefile.am
+++ b/src/exchange-tools/Makefile.am
@@ -68,7 +68,6 @@ taler_crypto_worker_LDADD = \
-lgnunetutil \
-lgnunetjson \
-ljansson \
- -lpthread \
$(LIBGCRYPT_LIBS) \
$(XLIB)
diff --git a/src/extensions/Makefile.am b/src/extensions/Makefile.am
index 792b7eeb3..5d4ed128e 100644
--- a/src/extensions/Makefile.am
+++ b/src/extensions/Makefile.am
@@ -25,6 +25,9 @@ libtalerextensions_la_SOURCES = \
extension_age_restriction.c
libtalerextensions_la_LIBADD = \
+ $(top_builddir)/src/json/libtalerjson.la \
+ $(top_builddir)/src/util/libtalerutil.la \
-lgnunetjson \
+ -lgnunetutil \
-ljansson \
$(XLIB)
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index fb628aedc..96b26473e 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -120,6 +120,7 @@ libtalertesting_la_LIBADD = \
-lgnunetjson \
-lgnunetutil \
-ljansson \
+ -lmicrohttpd \
$(XLIB)