diff options
author | NotZed <NotZed@HelixCode.com> | 2000-05-17 07:09:26 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-05-17 07:09:26 +0800 |
commit | 464b02c84709394ad80a9f4d3d18d3105a852d84 (patch) | |
tree | 2ab3906d9d12c7480164dc7ec32659fce9e6fd7d /mail/Makefile.am | |
parent | 30871da932e684894f88483bf4934bf989a5242d (diff) | |
download | gsoc2013-evolution-464b02c84709394ad80a9f4d3d18d3105a852d84.tar.gz gsoc2013-evolution-464b02c84709394ad80a9f4d3d18d3105a852d84.tar.zst gsoc2013-evolution-464b02c84709394ad80a9f4d3d18d3105a852d84.zip |
New menu to bring up the filter editor, and edit filters. They dont
get invoked yet though.
2000-05-16 NotZed <NotZed@HelixCode.com>
* mail-ops.c (filter_edit): Function to bring up the filter editor.
(filter_druid_clicked): Save/close dialogue.
* Makefile.am (evolution_mail_LDADD): Added libfilter.
(INCLUDES): Add EVOLUTION_DATADIR, and fix matt's brokeneditor(tm)
for putting spaces instead of tabs in.
svn path=/trunk/; revision=3099
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 83c047e632..700fb60eb6 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -17,8 +17,9 @@ INCLUDES = \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \ -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \ + -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DCAMEL_PROVIDERDIR=\""$(providerdir)"\" \ - -DG_LOG_DOMAIN=\"evolution-mail\" + -DG_LOG_DOMAIN=\"evolution-mail\" EVOLUTION_MAIL_CORBA_GENERATED = \ Mail.h \ @@ -57,6 +58,7 @@ evolution_mail_LDADD = \ ../camel/libcamel.la \ ../e-util/libeutil.la \ ../libibex/libibex.la \ + ../filter/libfilter.la \ $(BONOBO_HTML_GNOME_LIBS) \ $(UNICODE_LIBS) |