From 656178049b4d1b73d4997aa983b778d4eb4054ae Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 1 Oct 2009 16:24:49 -0400 Subject: Build with GTK_DISABLE_DEPRECATED and fix resulting breakage. --- plugins/tnef-attachments/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/tnef-attachments/Makefile.am') diff --git a/plugins/tnef-attachments/Makefile.am b/plugins/tnef-attachments/Makefile.am index 26a679b58a..b503b9f0c0 100644 --- a/plugins/tnef-attachments/Makefile.am +++ b/plugins/tnef-attachments/Makefile.am @@ -18,6 +18,7 @@ liborg_gnome_tnef_attachments_la_CPPFLAGS = \ -I$(top_srcdir)/widgets \ -DGETTEXT_PACKAGE="\"$(GETTEXT_PACKAGE)\"" \ -DLOCALEDIR="\"$(localedir)\"" \ + $(GNOME_PLATFORM_CFLAGS) \ $(EVOLUTION_MAIL_CFLAGS) \ $(TNEF_CFLAGS) @@ -28,6 +29,7 @@ liborg_gnome_tnef_attachments_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINE liborg_gnome_tnef_attachments_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/em-format/libemformat.la \ + $(GNOME_PLATFORM_LIBS) \ $(EVOLUTION_MAIL_LIBS) \ -lytnef -- cgit v1.2.3