Skip to content

Commit

Permalink
pkgconfig: fix pkg-config pc names
Browse files Browse the repository at this point in the history
Problem: package names for flux-idset and
flux-optparse are wrong in the .pc files.

Fixes #1500
  • Loading branch information
garlick committed May 3, 2018
1 parent aa881c9 commit 78251b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/flux-idset.pc.in
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion etc/flux-optparse.pc.in
Expand Up @@ -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
Expand Down

0 comments on commit 78251b9

Please sign in to comment.