summaryrefslogtreecommitdiff
path: root/rest-extras.pc.in
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-10-08 16:51:29 +0100
committerRoss Burton <ross@linux.intel.com>2009-10-08 16:51:29 +0100
commit2d5f7eb8d426591191cdd62ad114ec9a5f31c324 (patch)
treed8d77aae84e24c2a1d40b8e6bb6c4cdb57ea608a /rest-extras.pc.in
parentf045246c75d28fc8f6e1da39653f73b05fd04077 (diff)
downloadlibrest-2d5f7eb8d426591191cdd62ad114ec9a5f31c324.tar.gz
Fix rest-extras pkg-config file
Diffstat (limited to 'rest-extras.pc.in')
-rw-r--r--rest-extras.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest-extras.pc.in b/rest-extras.pc.in
index 94c384b..39f21bf 100644
--- a/rest-extras.pc.in
+++ b/rest-extras.pc.in
@@ -7,6 +7,6 @@ apiversion=@API_VERSION@
Name: rest
Description: RESTful web api query library
Version: @VERSION@
-Libs: -L${libdir} -lrest-${apiversion}
+Libs: -L${libdir} -lrest-extras-${apiversion}
Cflags: -I${includedir}/rest-${apiversion}
Requires: glib-2.0 libsoup-2.4 libxml-2.0