diff options
author | David Robillard <d@drobilla.net> | 2011-05-13 16:32:44 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-05-13 16:32:44 +0000 |
commit | 929e37efd4cd2ae0e622d353222db50d8dc5f511 (patch) | |
tree | 923967fadb31b8f7e53852fc9d1b42cd9d0d7ae5 /sord.pc.in | |
parent | c99d1b4e0037d2add04310b8b72aa9242e89f570 (diff) | |
download | sord-929e37efd4cd2ae0e622d353222db50d8dc5f511.tar.gz sord-929e37efd4cd2ae0e622d353222db50d8dc5f511.tar.bz2 sord-929e37efd4cd2ae0e622d353222db50d8dc5f511.zip |
Use standard waf variable names for compiler flags so both independent and recursive builds work correctly.
git-svn-id: http://svn.drobilla.net/sord/trunk@115 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'sord.pc.in')
-rw-r--r-- | sord.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,5 +6,5 @@ includedir=@includedir@ Name: Sord Version: @SORD_VERSION@ Description: A lightweight C library for storing RDF statements in memory. -Libs: @SORD_LIBS@ @SERD_LIBS@ -Cflags: @SORD_CFLAGS@ @SERD_CFLAGS@ +Libs: -L@LIBPATH_SERD@ -l@LIB_SERD@ -L@LIBPATH_SORD@ -l@LIB_SORD@ +Cflags: -I@INCLUDES_SERD@ -I@INCLUDES_SORD@ |