From: Julien Schueller Date: Fri, 11 Sep 2015 17:28:13 +0000 (+0200) Subject: fix nlopt.pc with cxx enabled X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=128e060148f0d4d5ce4aa733ce74fe2d6972cd18;p=nlopt.git fix nlopt.pc with cxx enabled --- diff --git a/nlopt.pc.in b/nlopt.pc.in index a5cecf8..28f051b 100644 --- a/nlopt.pc.in +++ b/nlopt.pc.in @@ -6,5 +6,5 @@ includedir=@includedir@ Name: NLopt Description: nonlinear optimization libary Version: @VERSION@ -Libs: -L${libdir} -lnlopt -lm +Libs: -L${libdir} -lnlopt@NLOPT_SUFFIX@ -lm Cflags: -I${includedir}