Skip to content

Commit

Permalink
Fix pkg-config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkomyl committed Aug 3, 2020
1 parent 9642d13 commit fbc69bf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/starneig.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@

prefix=@PKGCONFIG_DEST_DIR@
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@

Name: libstarneig
Description: StarNEig library.
Version: @STARNEIG_VERSION@
URL: https://nlafet.github.io/StarNEig/
Version: @STARNEIG_VERSION_RAW@

Libs: -L${libdir} @PKGCONFIG_LIBS@ @PKGCONFIG_PRIVATE_LIBS@
Cflags: -I${includedir} @PKGCONFIG_INCLUDES@ @PKGCONFIG_FLAGS@

0 comments on commit fbc69bf

Please sign in to comment.