summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-09-10 18:26:16 +0000
committerDavid Robillard <d@drobilla.net>2012-09-10 18:26:16 +0000
commit13577f32f22d19e8e2237cf19c917723e4c6c59b (patch)
tree25a0e570b56d5106c60d8b36fef138dcdf22432b
parentce7d5876aa4358b0d7ff110e8ea5561ab944d2d3 (diff)
downloadsord-13577f32f22d19e8e2237cf19c917723e4c6c59b.tar.gz
sord-13577f32f22d19e8e2237cf19c917723e4c6c59b.tar.bz2
sord-13577f32f22d19e8e2237cf19c917723e4c6c59b.zip
Support building against parallel debuggable libraries via pkg-config.
git-svn-id: http://svn.drobilla.net/sord/trunk@266 3d64ff67-21c5-427c-a301-fe4f08042e5a
-rw-r--r--sord.pc.in2
-rwxr-xr-xwafbin72332 -> 73083 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/sord.pc.in b/sord.pc.in
index a0a89c1..da8a601 100644
--- a/sord.pc.in
+++ b/sord.pc.in
@@ -6,6 +6,6 @@ includedir=@INCLUDEDIR@
Name: Sord
Version: @SORD_VERSION@
Description: A lightweight C library for storing RDF statements in memory.
-Requires: @LIB_SERD@
+Requires: @PKG_serd_0@
Libs: -L${libdir} -l@LIB_SORD@
Cflags: -I${includedir}/sord-@SORD_MAJOR_VERSION@
diff --git a/waf b/waf
index 9fb2955..8eb18a9 100755
--- a/waf
+++ b/waf
Binary files differ