[evolution/wip/gsettings] Some modules missing CFLAGS/LIBS for EShell.



commit 5bbc4cfb078d1d8d547e9b081194695a89473d9b
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Apr 25 19:09:47 2011 -0400

    Some modules missing CFLAGS/LIBS for EShell.

 modules/mailto-handler/Makefile.am  |    6 ++++--
 modules/network-manager/Makefile.am |    4 +++-
 modules/offline-alert/Makefile.am   |    6 ++++--
 modules/plugin-manager/Makefile.am  |    6 ++++--
 4 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/modules/mailto-handler/Makefile.am b/modules/mailto-handler/Makefile.am
index 8e61f34..c6ab97f 100644
--- a/modules/mailto-handler/Makefile.am
+++ b/modules/mailto-handler/Makefile.am
@@ -4,7 +4,8 @@ libevolution_module_mailto_handler_la_CPPFLAGS =		\
 	$(AM_CPPFLAGS)						\
 	-I$(top_srcdir)						\
 	-DG_LOG_DOMAIN=\"evolution-mailto-handler\"		\
-	$(GNOME_PLATFORM_CFLAGS)
+	$(GNOME_PLATFORM_CFLAGS)				\
+	$(SHELL_CFLAGS)
 
 libevolution_module_mailto_handler_la_SOURCES =			\
 	evolution-mailto-handler.c
@@ -12,7 +13,8 @@ libevolution_module_mailto_handler_la_SOURCES =			\
 libevolution_module_mailto_handler_la_LIBADD =			\
 	$(top_builddir)/e-util/libeutil.la			\
 	$(top_builddir)/shell/libeshell.la			\
-	$(GNOME_PLATFORM_LIBS)
+	$(GNOME_PLATFORM_LIBS)					\
+	$(SHELL_LIBS)
 
 libevolution_module_mailto_handler_la_LDFLAGS =			\
 	-module -avoid-version $(NO_UNDEFINED)
diff --git a/modules/network-manager/Makefile.am b/modules/network-manager/Makefile.am
index 6a7134d..bcfcaa7 100644
--- a/modules/network-manager/Makefile.am
+++ b/modules/network-manager/Makefile.am
@@ -5,6 +5,7 @@ libevolution_module_network_manager_la_CPPFLAGS =		\
 	-I$(top_srcdir)						\
 	-DG_LOG_DOMAIN=\"evolution-network-manager\"		\
 	$(GNOME_PLATFORM_CFLAGS)				\
+	$(SHELL_CFLAGS)						\
 	$(NM_CFLAGS)
 
 libevolution_module_network_manager_la_SOURCES =		\
@@ -13,7 +14,8 @@ libevolution_module_network_manager_la_SOURCES =		\
 libevolution_module_network_manager_la_LIBADD =			\
 	$(top_builddir)/e-util/libeutil.la			\
 	$(top_builddir)/shell/libeshell.la			\
-	$(GNOME_PLATFORM_LIBS)
+	$(GNOME_PLATFORM_LIBS)					\
+	$(SHELL_LIBS)
 
 libevolution_module_network_manager_la_LDFLAGS =		\
 	-module -avoid-version $(NO_UNDEFINED)
diff --git a/modules/offline-alert/Makefile.am b/modules/offline-alert/Makefile.am
index c8c7051..ed86fa7 100644
--- a/modules/offline-alert/Makefile.am
+++ b/modules/offline-alert/Makefile.am
@@ -5,7 +5,8 @@ libevolution_module_offline_alert_la_CPPFLAGS =			\
 	-I$(top_srcdir)						\
 	-I$(top_srcdir)/widgets					\
 	-DG_LOG_DOMAIN=\"evolution-offline-alert\"		\
-	$(GNOME_PLATFORM_CFLAGS)
+	$(GNOME_PLATFORM_CFLAGS)				\
+	$(SHELL_CFLAGS)
 
 libevolution_module_offline_alert_la_SOURCES =			\
 	evolution-offline-alert.c
@@ -13,7 +14,8 @@ libevolution_module_offline_alert_la_SOURCES =			\
 libevolution_module_offline_alert_la_LIBADD =			\
 	$(top_builddir)/e-util/libeutil.la			\
 	$(top_builddir)/shell/libeshell.la			\
-	$(GNOME_PLATFORM_LIBS)
+	$(GNOME_PLATFORM_LIBS)					\
+	$(SHELL_LIBS)
 
 libevolution_module_offline_alert_la_LDFLAGS =			\
 	-module -avoid-version $(NO_UNDEFINED)
diff --git a/modules/plugin-manager/Makefile.am b/modules/plugin-manager/Makefile.am
index b84b58c..1e66fb4 100644
--- a/modules/plugin-manager/Makefile.am
+++ b/modules/plugin-manager/Makefile.am
@@ -5,7 +5,8 @@ libevolution_module_plugin_manager_la_CPPFLAGS =		\
 	-I$(top_srcdir)						\
 	-I$(top_srcdir)/widgets					\
 	-DG_LOG_DOMAIN=\"evolution-plugin-manager\"		\
-	$(GNOME_PLATFORM_CFLAGS)
+	$(GNOME_PLATFORM_CFLAGS)				\
+	$(SHELL_CFLAGS)
 
 libevolution_module_plugin_manager_la_SOURCES =			\
 	evolution-plugin-manager.c
@@ -13,7 +14,8 @@ libevolution_module_plugin_manager_la_SOURCES =			\
 libevolution_module_plugin_manager_la_LIBADD =			\
 	$(top_builddir)/e-util/libeutil.la			\
 	$(top_builddir)/shell/libeshell.la			\
-	$(GNOME_PLATFORM_LIBS)
+	$(GNOME_PLATFORM_LIBS)					\
+	$(SHELL_LIBS)
 
 libevolution_module_plugin_manager_la_LDFLAGS =			\
 	-module -avoid-version $(NO_UNDEFINED)



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