From c87055fc4e82ed08973721cce50e17c4bbd157cb Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 14 Oct 2023 17:46:29 +0000 Subject: [PATCH] cli: Link against libpakfire Signed-off-by: Michael Tremer --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index c16414320..e7522a58c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -488,6 +488,9 @@ libcli_la_CFLAGS = \ libcli_la_LDFLAGS = \ $(AM_LDFLAGS) +libcli_la_LIBADD = \ + libpakfire.la + # ------------------------------------------------------------------------------ check_PROGRAMS += \ -- 2.47.3