summaryrefslogtreecommitdiffstats
path: root/sord.pc.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-05-25 21:06:42 +0000
committerDavid Robillard <d@drobilla.net>2011-05-25 21:06:42 +0000
commit33129a194ab552038e0e47be2fd4092487bd51c1 (patch)
treed72a85db25e4f08d7dfa34d7f253f1ff868f56af /sord.pc.in
parent510b72f60499ae9f31ad0e6b68c04f838e460097 (diff)
downloadsord-33129a194ab552038e0e47be2fd4092487bd51c1.tar.gz
sord-33129a194ab552038e0e47be2fd4092487bd51c1.tar.bz2
sord-33129a194ab552038e0e47be2fd4092487bd51c1.zip
Fix building pkg-config file on certain mysteriously odd systems.
Fix building documentation when part of a recursive build. Bump serd dependency to 0.4.0. git-svn-id: http://svn.drobilla.net/sord/trunk@142 3d64ff67-21c5-427c-a301-fe4f08042e5a
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@