From 78251b9a8246abeb91c4003e280c7a0f6ed7caf6 Mon Sep 17 00:00:00 2001 From: Jim Garlick Date: Thu, 3 May 2018 16:18:05 -0700 Subject: [PATCH] pkgconfig: fix pkg-config pc names Problem: package names for flux-idset and flux-optparse are wrong in the .pc files. Fixes #1500 --- etc/flux-idset.pc.in | 2 +- etc/flux-optparse.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/flux-idset.pc.in b/etc/flux-idset.pc.in index c0b232962700..03db8f815bd9 100644 --- a/etc/flux-idset.pc.in +++ b/etc/flux-idset.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: flux-core +Name: flux-idset Description: Flux Resource Manager ID Set Library Version: @PACKAGE_VERSION@ Libs: -L${libdir} -lflux-idset diff --git a/etc/flux-optparse.pc.in b/etc/flux-optparse.pc.in index 9e6db6fda684..38635d1c3d17 100644 --- a/etc/flux-optparse.pc.in +++ b/etc/flux-optparse.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: flux-core +Name: flux-optparse Description: Flux Resource Manager Option Parser Version: @PACKAGE_VERSION@ Libs: -L${libdir} -lflux-optparse