Skip to content

Commit

Permalink
Merge pull request #11 from zzzoom/fix-pkgconfig
Browse files Browse the repository at this point in the history
Fix generated pkg-config includedir and libdir
  • Loading branch information
shamisp authored Apr 30, 2022
2 parents 7347045 + d62b38f commit 7b35ef9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions cray-xpmem.pc.in
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@

prefix=@prefix@
exec_prefix=@exec_prefix@
includedir=@includedir@
libdir=@libdir@

default_bindir=@default_bindir@
default_fomdir=@default_fomdir@
default_prefix=@default_prefix@
default_shlibdir=@default_shlibdir@

Cflags: -I${includedir}
Description: XPMEM
Libs: -L${libdir} -lxpmem
Expand Down

0 comments on commit 7b35ef9

Please sign in to comment.