aboutsummaryrefslogtreecommitdiffstats
path: root/serd.pc.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-05-02 22:57:09 +0000
committerDavid Robillard <d@drobilla.net>2011-05-02 22:57:09 +0000
commit9cdd6c6219e9a103bdaa9249ad270ee54cf62a92 (patch)
treeab45744e78da921681e41507be9b7ccd2347ab08 /serd.pc.in
parent3ef3583423f162dc1860523deed95fa215ff5c10 (diff)
downloadserd-9cdd6c6219e9a103bdaa9249ad270ee54cf62a92.tar.gz
serd-9cdd6c6219e9a103bdaa9249ad270ee54cf62a92.tar.bz2
serd-9cdd6c6219e9a103bdaa9249ad270ee54cf62a92.zip
Define SERD_CFLAGS and SERD_LIBS in environment (for recursive project building).
git-svn-id: http://svn.drobilla.net/serd/trunk@155 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'serd.pc.in')
-rw-r--r--serd.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/serd.pc.in b/serd.pc.in
index c6006255..c611e692 100644
--- a/serd.pc.in
+++ b/serd.pc.in
@@ -6,5 +6,5 @@ includedir=@includedir@
Name: Serd
Version: @SERD_VERSION@
Description: Lightweight RDF syntax library
-Libs: -L${libdir} -lserd-@SERD_MAJOR_VERSION@
-Cflags: -I${includedir}/serd-@SERD_MAJOR_VERSION@
+Libs: @SERD_LIBS@
+Cflags: @SERD_CFLAGS@