[gtkhtml] Fix a build break of the editor



commit 63c5ce0bd5941f8b24169968e0708a7150e2f5a4
Author: Milan Crha <mcrha redhat com>
Date:   Tue Dec 21 10:05:32 2010 +0100

    Fix a build break of the editor

 components/editor/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/components/editor/Makefile.am b/components/editor/Makefile.am
index fece61c..6736bd0 100644
--- a/components/editor/Makefile.am
+++ b/components/editor/Makefile.am
@@ -21,7 +21,7 @@ BUILT_SOURCES = \
 	gtkhtml-spell-marshal.c			\
 	gtkhtml-spell-marshal.h
 
-libgtkhtml_editordir = $(includedir)/libgtkhtml- EDITOR_API_VERSION@/editor
+libgtkhtml_editordir = $(includedir)/libgtkhtml- GTKHTML_API_VERSION@/editor
 
 csources = 					\
 	$(BUILT_SOURCES)			\
@@ -68,14 +68,14 @@ lib_LTLIBRARIES = libgtkhtml-editor-4.0.la
 libgtkhtml_editor_4_0_la_SOURCES = $(csources) 
 libgtkhtml_editor_4_0_la_LIBADD = \
 	@GTKHTML_LIBS@				\
-	$(top_builddir)/gtkhtml/libgtkhtml- EDITOR_API_VERSION@.la
+	$(top_builddir)/gtkhtml/libgtkhtml- GTKHTML_API_VERSION@.la
 libgtkhtml_editor_4_0_la_LDFLAGS = -no-undefined
 else
 lib_LTLIBRARIES = libgtkhtml-editor-3.14.la
 libgtkhtml_editor_3_14_la_SOURCES = $(csources) 
 libgtkhtml_editor_3_14_la_LIBADD = \
 	@GTKHTML_LIBS@				\
-	$(top_builddir)/gtkhtml/libgtkhtml- EDITOR_API_VERSION@.la
+	$(top_builddir)/gtkhtml/libgtkhtml- GTKHTML_API_VERSION@.la
 libgtkhtml_editor_3_14_la_LDFLAGS = -no-undefined
 endif
 
@@ -84,7 +84,7 @@ gtkhtml_editor_test_SOURCES = main.c
 gtkhtml_editor_test_LDADD = \
 	@GTKHTML_LIBS@				\
 	libgtkhtml-editor- EDITOR_API_VERSION@.la			\
-	$(top_builddir)/gtkhtml/libgtkhtml- EDITOR_API_VERSION@.la
+	$(top_builddir)/gtkhtml/libgtkhtml- GTKHTML_API_VERSION@.la
 
 gtkhtml-editor-marshal.h: gtkhtml-editor-marshal.list $(GLIB_GENMARSHAL)
 	$(GLIB_GENMARSHAL) $< --header --prefix=gtkhtml_editor_marshal > $@



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