[gtkhtml/gnome-2-32] Bug 635576 - gtkhtml-editor-test link failure
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkhtml/gnome-2-32] Bug 635576 - gtkhtml-editor-test link failure
- Date: Tue, 23 Nov 2010 03:21:16 +0000 (UTC)
commit 4f2c4b3152874a43787e1743f22e52213e668a9c
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]