From 13577f32f22d19e8e2237cf19c917723e4c6c59b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 10 Sep 2012 18:26:16 +0000 Subject: Support building against parallel debuggable libraries via pkg-config. git-svn-id: http://svn.drobilla.net/sord/trunk@266 3d64ff67-21c5-427c-a301-fe4f08042e5a --- sord.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sord.pc.in') diff --git a/sord.pc.in b/sord.pc.in index a0a89c1..da8a601 100644 --- a/sord.pc.in +++ b/sord.pc.in @@ -6,6 +6,6 @@ includedir=@INCLUDEDIR@ Name: Sord Version: @SORD_VERSION@ Description: A lightweight C library for storing RDF statements in memory. -Requires: @LIB_SERD@ +Requires: @PKG_serd_0@ Libs: -L${libdir} -l@LIB_SORD@ Cflags: -I${includedir}/sord-@SORD_MAJOR_VERSION@ -- cgit v1.2.1