From f9eb488995279d3aa85fee5e9ca3fe0c14373509 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Wed, 6 Dec 2023 21:12:29 +0000 Subject: [PATCH] Add -lflint to pkg-config file --- flint.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flint.pc.in b/flint.pc.in index 23f7899bff..3377a85ee5 100644 --- a/flint.pc.in +++ b/flint.pc.in @@ -8,4 +8,4 @@ Description: Fast Library for Number Theory Version: @PACKAGE_VERSION@ URL: https://flintlib.org/ Cflags: -I${includedir} -Libs: -L${libdir} -lgmp -lmpfr +Libs: -L${libdir} -lflint -lgmp -lmpfr