aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-02-17 06:48:34 -0800
committerThomas White <taw@physics.org>2014-02-17 07:09:00 -0800
commita3c9d5d13729def9da2e1baecdc10b7ff7bd5ada (patch)
tree8dc79045ea16fbeb760bca98b591e853831f2027
parent86a7e6293671fc0f384b5f9a92c93b79688508b8 (diff)
crystfel.pc: Include dependencies in cflags and libs
-rw-r--r--libcrystfel/crystfel.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcrystfel/crystfel.pc.in b/libcrystfel/crystfel.pc.in
index bb7ba2c3..3e9bf89b 100644
--- a/libcrystfel/crystfel.pc.in
+++ b/libcrystfel/crystfel.pc.in
@@ -6,5 +6,5 @@ includedir=@includedir@
Name: CrystFEL
Description: Useful routines for crystallography using a free-electron laser
Version: @VERSION@
-Cflags: -I${includedir}
-Libs: -L${libdir} -lcrystfel
+Cflags: -I${includedir} @LIBCRYSTFEL_CFLAGS@
+Libs: -L${libdir} -lcrystfel @LIBCRYSTFEL_LIBS@