From 9cdd6c6219e9a103bdaa9249ad270ee54cf62a92 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 2 May 2011 22:57:09 +0000 Subject: 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 --- 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 c6006255..c611e692 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: -L${libdir} -lserd-@SERD_MAJOR_VERSION@ -Cflags: -I${includedir}/serd-@SERD_MAJOR_VERSION@ +Libs: @SERD_LIBS@ +Cflags: @SERD_CFLAGS@ -- cgit v1.2.1