diff options
author | Thomas White <taw@physics.org> | 2018-05-30 14:54:16 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-05-30 14:54:35 +0200 |
commit | 0fd3b832b1f18a272f01210c19c8fc92ec91286c (patch) | |
tree | 8b4150e23ea56954810c2d42a1c0249bca704bfb /libcrystfel/crystfel.pc.in | |
parent | 920829b23cd590ddfa15a849e9ccb7adb5024490 (diff) |
libcrystfel should link against GSL and pthreads
Then programs using libcrystfel don't need -lgsl (unless they use it
themselves, of course)
Diffstat (limited to 'libcrystfel/crystfel.pc.in')
-rw-r--r-- | libcrystfel/crystfel.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/crystfel.pc.in b/libcrystfel/crystfel.pc.in index 7539cad1..41320acd 100644 --- a/libcrystfel/crystfel.pc.in +++ b/libcrystfel/crystfel.pc.in @@ -8,4 +8,4 @@ Description: Useful routines for crystallography using a free-electron laser Version: ${PROJECT_VERSION}+${GIT_SHA1} Cflags: -I${CMAKE_INSTALL_FULL_INCLUDEDIR} -pthread Libs: -L${CMAKE_INSTALL_FULL_LIBDIR} -lcrystfel -Requires: gsl +Requires.private: gsl |