diff options
author | Thomas White <taw@physics.org> | 2014-02-17 06:48:34 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-02-17 07:09:00 -0800 |
commit | a3c9d5d13729def9da2e1baecdc10b7ff7bd5ada (patch) | |
tree | 8dc79045ea16fbeb760bca98b591e853831f2027 /libcrystfel/crystfel.pc.in | |
parent | 86a7e6293671fc0f384b5f9a92c93b79688508b8 (diff) |
crystfel.pc: Include dependencies in cflags and libs
Diffstat (limited to 'libcrystfel/crystfel.pc.in')
-rw-r--r-- | libcrystfel/crystfel.pc.in | 4 |
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@ |