aboutsummaryrefslogtreecommitdiffstats
path: root/serd.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'serd.pc.in')
-rw-r--r--serd.pc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/serd.pc.in b/serd.pc.in
index caed3757..c6006255 100644
--- a/serd.pc.in
+++ b/serd.pc.in
@@ -3,8 +3,8 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: libserd
+Name: Serd
Version: @SERD_VERSION@
Description: Lightweight RDF syntax library
-Libs: -L${libdir} -lserd
-Cflags: -I${includedir}
+Libs: -L${libdir} -lserd-@SERD_MAJOR_VERSION@
+Cflags: -I${includedir}/serd-@SERD_MAJOR_VERSION@