aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/crystfel.pc.in
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-05-17 15:31:45 +0200
committerThomas White <taw@physics.org>2018-05-17 15:39:22 +0200
commita9f48b6507b0326a34b84d7600f5eb791993eeb1 (patch)
treeb89b6e73477125336c35c6d7d9996bd8ebae7fd7 /libcrystfel/crystfel.pc.in
parent87fd650abf11da75e7abd2ff90821cf7cb041b91 (diff)
parenta9f4c0ff4376267d90d6e8f9a0b6c012ec0588a4 (diff)
Merge branch 'tom/cmake'
Diffstat (limited to 'libcrystfel/crystfel.pc.in')
-rw-r--r--libcrystfel/crystfel.pc.in15
1 files changed, 8 insertions, 7 deletions
diff --git a/libcrystfel/crystfel.pc.in b/libcrystfel/crystfel.pc.in
index 3e9bf89b..7539cad1 100644
--- a/libcrystfel/crystfel.pc.in
+++ b/libcrystfel/crystfel.pc.in
@@ -1,10 +1,11 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
+prefix=${CMAKE_INSTALL_PREFIX}
+exec_prefix=${CMAKE_INSTALL_PREFIX}
+libdir=${CMAKE_INSTALL_FULL_LIBDIR}
+includedir=${CMAKE_INSTALL_FULL_INCLUDEDIR}
Name: CrystFEL
Description: Useful routines for crystallography using a free-electron laser
-Version: @VERSION@
-Cflags: -I${includedir} @LIBCRYSTFEL_CFLAGS@
-Libs: -L${libdir} -lcrystfel @LIBCRYSTFEL_LIBS@
+Version: ${PROJECT_VERSION}+${GIT_SHA1}
+Cflags: -I${CMAKE_INSTALL_FULL_INCLUDEDIR} -pthread
+Libs: -L${CMAKE_INSTALL_FULL_LIBDIR} -lcrystfel
+Requires: gsl