summaryrefslogtreecommitdiffstats
path: root/sord.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'sord.pc.in')
-rw-r--r--sord.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sord.pc.in b/sord.pc.in
index c28b1a1..1839949 100644
--- a/sord.pc.in
+++ b/sord.pc.in
@@ -6,5 +6,5 @@ includedir=@includedir@
Name: Sord
Version: @SORD_VERSION@
Description: A lightweight C library for storing RDF statements in memory.
-Libs: -L@LIBPATH_SERD@ -l@LIB_SERD@ -L@LIBPATH_SORD@ -l@LIB_SORD@
+Libs: -L${libdir} -lsord-@SORD_MAJOR_VERSION@
Cflags: -I@INCLUDES_SERD@ -I@INCLUDES_SORD@