summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-08-20 16:17:21 +0000
committerDavid Robillard <d@drobilla.net>2011-08-20 16:17:21 +0000
commit319b136ea5c2cb3723c337071cb2b9340ce08e46 (patch)
tree621553c5b6feb052c1c7d1a759b9570ff2baa4b9
parentb9290f4f932d1010496c25e547c4b0a699202e7e (diff)
downloadsord-319b136ea5c2cb3723c337071cb2b9340ce08e46.tar.gz
sord-319b136ea5c2cb3723c337071cb2b9340ce08e46.tar.bz2
sord-319b136ea5c2cb3723c337071cb2b9340ce08e46.zip
Use pkg-config dependencies instead of manually inserting flags
git-svn-id: http://svn.drobilla.net/sord/trunk@153 3d64ff67-21c5-427c-a301-fe4f08042e5a
-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@