aboutsummaryrefslogtreecommitdiffstats
path: root/serd.pc.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-05-13 16:32:37 +0000
committerDavid Robillard <d@drobilla.net>2011-05-13 16:32:37 +0000
commit45c5f6b3d6903f31eb2386c41f8a21d391404120 (patch)
treeccb2f6c89418c53a8ca2ed9d77941d82d9e685dd /serd.pc.in
parentf75d7c69bfc0da5e588d0ef44bd103eae610c8ea (diff)
downloadserd-45c5f6b3d6903f31eb2386c41f8a21d391404120.tar.gz
serd-45c5f6b3d6903f31eb2386c41f8a21d391404120.tar.bz2
serd-45c5f6b3d6903f31eb2386c41f8a21d391404120.zip
Use standard waf variable names for compiler flags so both independent and recursive builds work correctly.
git-svn-id: http://svn.drobilla.net/serd/trunk@178 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 c611e692..ed8b6270 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: @SERD_LIBS@
-Cflags: @SERD_CFLAGS@
+Libs: -L@LIBPATH_SERD@ -l@LIB_SERD@
+Cflags: -I@INCLUDES_SERD@