From 319b136ea5c2cb3723c337071cb2b9340ce08e46 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 20 Aug 2011 16:17:21 +0000 Subject: Use pkg-config dependencies instead of manually inserting flags git-svn-id: http://svn.drobilla.net/sord/trunk@153 3d64ff67-21c5-427c-a301-fe4f08042e5a --- sord.pc.in | 5 +++-- 1 file 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@ -- cgit v1.2.1