From 7df54e0c5c88e580ba6758f66819357297884455 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 8 Oct 2009 11:57:25 +0100 Subject: Version the library and header --- rest.pc.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rest.pc.in') diff --git a/rest.pc.in b/rest.pc.in index e4cfbcc..94c384b 100644 --- a/rest.pc.in +++ b/rest.pc.in @@ -1,12 +1,12 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ -includedir=@includedir@/rest +includedir=@includedir@ +apiversion=@API_VERSION@ Name: rest Description: RESTful web api query library Version: @VERSION@ -Libs: -L${libdir} -lrest -Cflags: -I${includedir} +Libs: -L${libdir} -lrest-${apiversion} +Cflags: -I${includedir}/rest-${apiversion} Requires: glib-2.0 libsoup-2.4 libxml-2.0 - -- cgit v1.2.1