aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-12-10 13:29:06 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-12-10 13:29:06 +0800
commit7789fb9e6646603ea84871d9c0858c12e376c804 (patch)
tree231a9d17a07d301c2d00929ddb70e0ba0dbee505 /mail/Makefile.am
parentd940c0dad4a4dd5e9b4c5014893c111ebf28e9e7 (diff)
downloadgsoc2013-evolution-7789fb9e6646603ea84871d9c0858c12e376c804.tar.gz
gsoc2013-evolution-7789fb9e6646603ea84871d9c0858c12e376c804.tar.zst
gsoc2013-evolution-7789fb9e6646603ea84871d9c0858c12e376c804.zip
use a POSITIVE value for the response value, gtk uses -ative ones. Bug
2003-12-10 Not Zed <NotZed@Ximian.com> * em-folder-selector.h: use a POSITIVE value for the response value, gtk uses -ative ones. Bug #51752. * Makefile.am (INCLUDES): added smime/lib and smime/gui to includes. * em-folder-tree.c (emft_popup_rename_folder): removed unused 'why', why not? * em-format-html-display.c (efhd_xpkcs7mime_validity_clicked): setup a table of buttons to view any certs we have. * em-folder-browser.c (emfb_activate): separeate view_menu unreffing from view_instance. fixes a runtime warning. svn path=/trunk/; revision=23905
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index c377eca846..5c8dd16cb8 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -17,6 +17,8 @@ INCLUDES = \
-I$(top_srcdir)/shell \
-I$(top_srcdir)/shell/importer \
-I$(top_builddir)/shell/importer \
+ -I$(top_srcdir)/smime/lib \
+ -I$(top_srcdir)/smime/gui \
$(EVOLUTION_MAIL_CFLAGS) \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
-DEVOLUTION_PRIVDATADIR=\""$(privdatadir)"\" \