diff options
author | David Robillard <d@drobilla.net> | 2011-05-13 16:32:37 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-05-13 16:32:37 +0000 |
commit | 45c5f6b3d6903f31eb2386c41f8a21d391404120 (patch) | |
tree | ccb2f6c89418c53a8ca2ed9d77941d82d9e685dd /serd.pc.in | |
parent | f75d7c69bfc0da5e588d0ef44bd103eae610c8ea (diff) | |
download | serd-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.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: @SERD_LIBS@ -Cflags: @SERD_CFLAGS@ +Libs: -L@LIBPATH_SERD@ -l@LIB_SERD@ +Cflags: -I@INCLUDES_SERD@ |