summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sord.pc.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/sord.pc.in b/sord.pc.in
index 1a8f9c8..1fe414c 100644
--- a/sord.pc.in
+++ b/sord.pc.in
@@ -6,5 +6,6 @@ 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${libdir} -lsord-@SORD_MAJOR_VERSION@
-Cflags: -I@INCLUDES_SERD@ -I${includedir}/sord-@SORD_MAJOR_VERSION@
+Requires: serd-0
+Libs: -L${libdir} -lsord-@SORD_MAJOR_VERSION@
+Cflags: -I${includedir}/sord-@SORD_MAJOR_VERSION@