[gtkhtml] Replace erroneous gtkhtml version with editor API version



commit 6cab464ae5aa41e3a66a5b8df68e7ccc6149fa2f
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Mon Dec 20 18:15:24 2010 +0530

    Replace erroneous gtkhtml version with editor API version

 components/editor/gtkhtml-editor.pc.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/components/editor/gtkhtml-editor.pc.in b/components/editor/gtkhtml-editor.pc.in
index 00e4389..8f388c6 100644
--- a/components/editor/gtkhtml-editor.pc.in
+++ b/components/editor/gtkhtml-editor.pc.in
@@ -3,11 +3,11 @@ exec_prefix= exec_prefix@
 libdir= libdir@
 includedir= includedir@
 
-gtkhtml_api_version= GTKHTML_API_VERSION@
+gtkhtml_api_version= EDITOR_API_VERSION@
 
 Name: gtkhtml-editor
 Description: HTML editor widget
-Requires: libgtkhtml- GTKHTML_API_VERSION@
+Requires: libgtkhtml- EDITOR_API_VERSION@
 Version: @VERSION@
-Libs: -L${libdir} -lgtkhtml-editor- GTKHTML_API_VERSION@
-Cflags: -I${includedir}/libgtkhtml- GTKHTML_API_VERSION@/editor
+Libs: -L${libdir} -lgtkhtml-editor- EDITOR_API_VERSION@
+Cflags: -I${includedir}/libgtkhtml- EDITOR_API_VERSION@/editor



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