aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/Makefile.am4
-rw-r--r--shell/test/Makefile.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 876b945f8f..b941ee2753 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -56,6 +56,7 @@ libeshell_la_CPPFLAGS = \
-DDATADIR=\""$(datadir)"\" \
-DLIBDIR=\""$(datadir)"\" \
-DG_LOG_DOMAIN=\"evolution-shell\" \
+ $(GNOME_PLATFORM_CFLAGS) \
$(TZDIALOG_CFLAGS) \
$(SHELL_CFLAGS)
@@ -138,7 +139,8 @@ evolution_LDADD = \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/filter/libfilter.la \
$(TZDIALOG_LIBS) \
- $(SHELL_LIBS) \
+ $(SHELL_LIBS) \
+ $(GNOME_PLATFORM_LIBS) \
$(EVOLUTIONICONRC)
if OS_WIN32
diff --git a/shell/test/Makefile.am b/shell/test/Makefile.am
index 0756a472a3..7ba2eaf55b 100644
--- a/shell/test/Makefile.am
+++ b/shell/test/Makefile.am
@@ -9,6 +9,7 @@ libevolution_module_test_la_CPPFLAGS = \
-I$(top_srcdir)/widgets/misc \
-I$(top_builddir)/shell \
-DG_LOG_DOMAIN=\"evolution-test\" \
+ $(GNOME_PLATFORM_CFLAGS) \
$(EVOLUTION_TEST_CFLAGS)
libevolution_module_test_la_SOURCES = \
@@ -20,7 +21,8 @@ libevolution_module_test_la_SOURCES = \
libevolution_module_test_la_LIBADD = \
$(top_builddir)/shell/libeshell.la \
- $(EVOLUTION_TEST_LIBS)
+ $(EVOLUTION_TEST_LIBS) \
+ $(GNOME_PLATFORM_LIBS)
libevolution_module_test_la_LDFLAGS = \
-avoid-version -module $(NO_UNDEFINED)