From: Michael Tremer Date: Fri, 12 Mar 2021 19:27:54 +0000 (+0000) Subject: tests: Link downloader to JSON-C X-Git-Tag: 0.9.28~1285^2~547 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48e5abbcbd8caeb9deaedd0954619eb9f8966b1a;p=pakfire.git tests: Link downloader to JSON-C Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 20fabb309..685255141 100644 --- a/Makefile.am +++ b/Makefile.am @@ -426,11 +426,13 @@ dist_tests_libpakfire_downloader_SOURCES = \ tests_libpakfire_downloader_CPPFLAGS = \ $(TESTSUITE_CPPFLAGS) \ + $(JSON_C_CFLAGS) \ -DPAKFIRE_PRIVATE tests_libpakfire_downloader_LDADD = \ $(TESTSUITE_LDADD) \ $(CURL_LIBS) \ + $(JSON_C_LIBS) \ $(PAKFIRE_LIBS) \ $(UUID_LIBS)