summaryrefslogtreecommitdiffstats
path: root/sord.pc.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-28 20:45:20 +0000
committerDavid Robillard <d@drobilla.net>2011-04-28 20:45:20 +0000
commitba95acb21e2f1eff8fe69d0cc09cd1c21434feaf (patch)
tree69e954422d73d4fbe29b58ea7496cef4a36c6ad4 /sord.pc.in
parentf1982b223258c47ea1abadc110243901e028201b (diff)
downloadsord-ba95acb21e2f1eff8fe69d0cc09cd1c21434feaf.tar.gz
sord-ba95acb21e2f1eff8fe69d0cc09cd1c21434feaf.tar.bz2
sord-ba95acb21e2f1eff8fe69d0cc09cd1c21434feaf.zip
Support parallel installation of different major versions
git-svn-id: http://svn.drobilla.net/sord/trunk@100 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'sord.pc.in')
-rw-r--r--sord.pc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/sord.pc.in b/sord.pc.in
index 981e3f8..4705fc3 100644
--- a/sord.pc.in
+++ b/sord.pc.in
@@ -3,8 +3,8 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: libsord
+Name: Sord
Version: @SORD_VERSION@
Description: A lightweight C library for storing RDF statements in memory.
-Libs: -L${libdir} -lsord
-Cflags: -I${includedir}
+Libs: -L${libdir} -lsord-@SORD_MAJOR_VERSION@
+Cflags: -I${includedir}/sord-@SORD_MAJOR_VERSION@