summaryrefslogtreecommitdiffstats
path: root/sord.pc.in
diff options
context:
space:
mode:
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@