From a3c9d5d13729def9da2e1baecdc10b7ff7bd5ada Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 17 Feb 2014 06:48:34 -0800 Subject: crystfel.pc: Include dependencies in cflags and libs --- libcrystfel/crystfel.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcrystfel/crystfel.pc.in') 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@ -- cgit v1.2.3