summaryrefslogtreecommitdiffstats
path: root/sord.pc.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-09-10 17:27:01 +0000
committerDavid Robillard <d@drobilla.net>2012-09-10 17:27:01 +0000
commit4a97550203d65df6bca38616319e2be174c817a0 (patch)
tree2a82e7fc6cdcc1e742dad4fb7885801b76f57e6c /sord.pc.in
parent2cfbf6dadd3cfbbbddfa3b71954f2021b145cfdd (diff)
downloadsord-4a97550203d65df6bca38616319e2be174c817a0.tar.gz
sord-4a97550203d65df6bca38616319e2be174c817a0.tar.bz2
sord-4a97550203d65df6bca38616319e2be174c817a0.zip
Support parallel installable debug libraries.
git-svn-id: http://svn.drobilla.net/sord/trunk@264 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'sord.pc.in')
-rw-r--r--sord.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/sord.pc.in b/sord.pc.in
index 1fe414c..a0a89c1 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: serd-0
-Libs: -L${libdir} -lsord-@SORD_MAJOR_VERSION@
+Requires: @LIB_SERD@
+Libs: -L${libdir} -l@LIB_SORD@
Cflags: -I${includedir}/sord-@SORD_MAJOR_VERSION@