[couchdb-glib] Use correct library/includedir name in .pc file



commit 8b39bcd60ac2c0910dd3c02e9991f148bbc482d8
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Fri Jan 8 17:22:26 2010 +0100

    Use correct library/includedir name in .pc file

 desktopcouch-glib.pc.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/desktopcouch-glib.pc.in b/desktopcouch-glib.pc.in
index e46d823..29f601d 100644
--- a/desktopcouch-glib.pc.in
+++ b/desktopcouch-glib.pc.in
@@ -6,6 +6,6 @@ includedir=${exec_prefix}/include
 Name: Desktopcouch-GLib
 Description: DesktopCouch access library
 Version: @VERSION@
-Libs: -L${libdir} -ldesktopcouchdb-glib-1.0
-Cflags: -I${includedir}/desktopcouchdb-glib-1.0
+Libs: -L${libdir} -ldesktopcouch-glib-1.0
+Cflags: -I${includedir}/desktopcouch-glib-1.0
 Requires: couchdb-glib-1.0



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]