Skip to content

Commit

Permalink
Populate fcl.pc with the correct installation paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
mband committed Apr 5, 2016
1 parent d65487f commit 3c85be2
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 3c85be2

Please sign in to comment.