diff options
author | David Robillard <d@drobilla.net> | 2011-05-02 22:57:09 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-05-02 22:57:09 +0000 |
commit | 9cdd6c6219e9a103bdaa9249ad270ee54cf62a92 (patch) | |
tree | ab45744e78da921681e41507be9b7ccd2347ab08 /serd.pc.in | |
parent | 3ef3583423f162dc1860523deed95fa215ff5c10 (diff) | |
download | serd-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.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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@ |