Skip to content

Commit

Permalink
FMS.pc.in: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
harshula committed Sep 11, 2024
1 parent 44a211a commit aecd604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FMS.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit aecd604

Please sign in to comment.