summaryrefslogtreecommitdiffstats
path: root/sord.pc.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-05-26 00:29:47 +0000
committerDavid Robillard <d@drobilla.net>2011-05-26 00:29:47 +0000
commitedcd7137e091df562f70daa1092f09d4e92f15a3 (patch)
treeef90c6a273320add58180d53aad05185e8101a45 /sord.pc.in
parente4da941faa92adf0c4dc3ae03d6598db7921f56b (diff)
downloadsord-edcd7137e091df562f70daa1092f09d4e92f15a3.tar.gz
sord-edcd7137e091df562f70daa1092f09d4e92f15a3.tar.bz2
sord-edcd7137e091df562f70daa1092f09d4e92f15a3.zip
Sord 0.4.2
git-svn-id: http://svn.drobilla.net/sord/trunk@146 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'sord.pc.in')
-rw-r--r--sord.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/sord.pc.in b/sord.pc.in
index 1839949..5ab0e72 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${libdir} -lsord-@SORD_MAJOR_VERSION@
-Cflags: -I@INCLUDES_SERD@ -I@INCLUDES_SORD@
+Libs: -L@LIBPATH_SERD@ -l@LIB_SERD@ -L${libdir} -lsord-@SORD_MAJOR_VERSION@
+Cflags: -I@INCLUDES_SERD@ -I${includedir}/sord-@SORD_MAJOR_VERSION@