diff options
Diffstat (limited to 'sord.pc.in')
-rw-r--r-- | sord.pc.in | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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@ |