diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-19 00:07:19 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-19 00:34:47 +0800 |
commit | acb28fef9de532b4f1a62f1d2ca90e744eaf85c4 (patch) | |
tree | c37398b00bd1829d9de7f0700f64d9dcef747f4e /mail/Makefile.am | |
parent | 461f022eb7fae7147845797c0544304ae35c7e8b (diff) | |
download | gsoc2013-evolution-acb28fef9de532b4f1a62f1d2ca90e744eaf85c4.tar.gz gsoc2013-evolution-acb28fef9de532b4f1a62f1d2ca90e744eaf85c4.tar.zst gsoc2013-evolution-acb28fef9de532b4f1a62f1d2ca90e744eaf85c4.zip |
Goodbye libgnome and libgnomeui!!
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 9bcc6ef056..d15e7b050d 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -14,6 +14,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/shell \ -I$(top_srcdir)/smime/lib \ -I$(top_srcdir)/smime/gui \ + $(GNOME_PLATFORM_CFLAGS) \ $(EVOLUTION_MAIL_CFLAGS) \ $(CERT_UI_CFLAGS) \ $(THREADS_CFLAGS) \ @@ -163,6 +164,7 @@ libevolution_mail_la_LIBADD = \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \ $(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la \ + $(GNOME_PLATFORM_LIBS) \ $(CANBERRA_LIBS) \ $(GTKHTML_LIBS) \ $(SMIME_LIBS) |