From 3125f453cbd3114c5b52f1e4f67529448474d828 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 7 Sep 2022 10:10:17 +0200 Subject: modernize libcurl test, as in GNUnet --- src/lib/Makefile.am | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/lib/Makefile.am') diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 95e431e5..dec8712f 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -65,16 +65,9 @@ libtalermerchant_la_LIBADD = \ -lgnunetjson \ -lgnunetutil \ -ljansson \ + -lcurl \ $(XLIB) -if HAVE_LIBCURL -libtalermerchant_la_LIBADD += -lcurl -else -if HAVE_LIBGNURL -libtalermerchant_la_LIBADD += -lgnurl -endif -endif - check_PROGRAMS = \ test_merchant_api_common -- cgit v1.2.3