[evolution/webkit-composer] widgets/editor/Makefile.am: Add missing CFLAGS/LIBS.



commit 53da2e1926545ad836bff92d9f4400d540d7355f
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Nov 27 13:35:29 2012 -0500

    widgets/editor/Makefile.am: Add missing CFLAGS/LIBS.

 widgets/editor/Makefile.am |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/widgets/editor/Makefile.am b/widgets/editor/Makefile.am
index cbac87e..74d09bf 100644
--- a/widgets/editor/Makefile.am
+++ b/widgets/editor/Makefile.am
@@ -11,7 +11,8 @@ libeeditor_la_CPPFLAGS =					\
 	-DG_LOG_DOMAIN=__FILE__					\
 	$(EVOLUTION_DATA_SERVER_CFLAGS)				\
 	$(WEBKITGTK_CFLAGS)					\
-	$(GNOME_PLATFORM_CFLAGS)
+	$(GNOME_PLATFORM_CFLAGS)				\
+	$(ENCHANT_CFLAGS)
 
 libeeditor_la_SOURCES =						\
 	e-action-combo-box.c					\
@@ -74,8 +75,10 @@ libeeditor_la_LDFLAGS = -avoid-version $(NO_UNDEFINED)
 
 libeeditor_la_LIBADD =						\
 	$(top_builddir)/e-util/libeutil.la			\
+	$(EVOLUTION_DATA_SERVER_LIBS)				\
 	$(GNOME_PLATFORM_LIBS)					\
-	$(WEBKITGTK_LIBS)
+	$(WEBKITGTK_LIBS)					\
+	$(ENCHANT_LIBS)
 
 
 e_editor_test_CPPFLAGS =					\



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