aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/crystfel.pc.in
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-03-28 11:38:55 +0200
committerThomas White <taw@physics.org>2018-03-28 11:39:05 +0200
commit3acd99472ac6debed64ce25a0c545c2c9b974ae2 (patch)
treed2cc959c743127df35a2ba45cbcac38716f4c0e8 /libcrystfel/crystfel.pc.in
parent665888986b9a3ca629b8fd54965d621296bd56bb (diff)
Stuff for crystfel.pc
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