[gtkhtml/gtk3] Fix linking of gtkhtml-editor-test



commit 36b0e827a942b518d6af7d1ee33ca7e3e0f4a080
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Tue Nov 30 17:19:10 2010 +0100

    Fix linking of gtkhtml-editor-test

 components/editor/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/components/editor/Makefile.am b/components/editor/Makefile.am
index 71bbbe5..008ed3f 100644
--- a/components/editor/Makefile.am
+++ b/components/editor/Makefile.am
@@ -84,7 +84,8 @@ gtkhtml_editor_test_SOURCES = main.c
 gtkhtml_editor_test_LDADD = \
 	$(GTHREAD_LIBS)				\
 	libgtkhtml-editor- EDITOR_API_VERSION@.la			\
-	$(top_builddir)/gtkhtml/libgtkhtml- EDITOR_API_VERSION@.la
+	$(top_builddir)/gtkhtml/libgtkhtml- EDITOR_API_VERSION@.la	\
+	@GTKHTML_LIBS@ 
 
 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]