From 59bd81691def7f7f8c0ead2edaacd374b6791067 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 27 Dec 2009 14:10:15 -0500 Subject: Compiler and linker flag cleanups. --- shell/test/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'shell/test') 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) -- cgit v1.2.3