diff options
author | David Robillard <d@drobilla.net> | 2012-09-10 18:26:16 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-09-10 18:26:16 +0000 |
commit | 13577f32f22d19e8e2237cf19c917723e4c6c59b (patch) | |
tree | 25a0e570b56d5106c60d8b36fef138dcdf22432b | |
parent | ce7d5876aa4358b0d7ff110e8ea5561ab944d2d3 (diff) | |
download | sord-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.in | 2 | ||||
-rwxr-xr-x | waf | bin | 72332 -> 73083 bytes |
2 files changed, 1 insertions, 1 deletions
@@ -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@ Binary files differ |