From 45c5f6b3d6903f31eb2386c41f8a21d391404120 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 13 May 2011 16:32:37 +0000 Subject: 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 --- serd.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'serd.pc.in') 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@ -- cgit v1.2.1