From d401ae9aaf766a1850ed35c5a26b586cb6290a19 Mon Sep 17 00:00:00 2001 From: Harshula Jayasuriya Date: Fri, 2 Aug 2024 19:45:26 +1000 Subject: [PATCH] FMS.pc.in: fix syntax --- FMS.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FMS.pc.in b/FMS.pc.in index bc993b5740..c9f2a96e5c 100644 --- a/FMS.pc.in +++ b/FMS.pc.in @@ -35,7 +35,7 @@ Name: FMS Description: The Flexible Modeling System Infrastructure Library URL: https://www.gfdl.noaa.gov/fms Version: @VERSION@ -Libs: -L$(libdir) -lFMS +Libs: -L${libdir} -lFMS Libs.private: @LIBS@ Cflags: -I${includedir} Fflags: -I${includedir}