Skip to content

Commit

Permalink
Merge pull request #118 from mband/fix_pkg_config
Browse files Browse the repository at this point in the history
Populate fcl.pc with the correct installation paths.
  • Loading branch information
sherm1 committed Apr 10, 2016
2 parents 470cc2f + 3c85be2 commit 893630a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fcl.pc.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file was generated by CMake for @PROJECT_NAME@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@

Name: @PROJECT_NAME@
Description: @PKG_DESC@
Expand Down

0 comments on commit 893630a

Please sign in to comment.