[gtkhtml] Bug 635576 - gtkhtml-editor-test link failure



commit 0de77cbbef0e1a58cd0118757f9e447e93f2dc7a
Author: Diego Escalante Urrelo <descalante igalia com>
Date:   Mon Nov 22 20:46:42 2010 -0500

    Bug 635576 - gtkhtml-editor-test link failure
    
    GTHREAD_LIBS is empty.  Use GTKHTML_LIBS instead.

 components/editor/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/components/editor/Makefile.am b/components/editor/Makefile.am
index 71bbbe5..fece61c 100644
--- a/components/editor/Makefile.am
+++ b/components/editor/Makefile.am
@@ -82,7 +82,7 @@ endif
 gtkhtml_editor_test_SOURCES = main.c
 
 gtkhtml_editor_test_LDADD = \
-	$(GTHREAD_LIBS)				\
+	@GTKHTML_LIBS@				\
 	libgtkhtml-editor- EDITOR_API_VERSION@.la			\
 	$(top_builddir)/gtkhtml/libgtkhtml- EDITOR_API_VERSION@.la
 



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