diff options
author | JP Rosevear <jpr@ximian.com> | 2003-12-07 02:15:20 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-12-07 02:15:20 +0800 |
commit | 7c13868fae6c2ddc4aa3ab951929ec410e73f284 (patch) | |
tree | 48fc2b9215de282b7a50e4e47e1fb96ace0c1468 /mail | |
parent | 29492433897e9a8d05466a6c7315cbeae969f144 (diff) | |
download | gsoc2013-evolution-7c13868fae6c2ddc4aa3ab951929ec410e73f284.tar.gz gsoc2013-evolution-7c13868fae6c2ddc4aa3ab951929ec410e73f284.tar.zst gsoc2013-evolution-7c13868fae6c2ddc4aa3ab951929ec410e73f284.zip |
Remove hard coded disable deprecated flags
2003-12-06 JP Rosevear <jpr@ximian.com>
* Makefile.am: Remove hard coded disable deprecated flags
svn path=/trunk/; revision=23662
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/Makefile.am | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 2f90cd2bc8..a5672b100f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2003-12-06 JP Rosevear <jpr@ximian.com> + + * Makefile.am: Remove hard coded disable deprecated flags + 2003-12-05 Rodney Dawes <dobey@ximian.com> * em-folder-tree.c (render_display_name): Remove the extra || unread diff --git a/mail/Makefile.am b/mail/Makefile.am index c28c9b5148..c377eca846 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -31,7 +31,6 @@ INCLUDES = \ -DCAMEL_PROVIDERDIR=\""$(camel_providerdir)"\" \ -DMAIL_IMPORTERSDIR=\""$(importerdir)"\" \ -DPREFIX=\""$(prefix)"\" \ - -DG_DISABLE_DEPRECATED \ -DG_LOG_DOMAIN=\"evolution-mail\" component_LTLIBRARIES = libevolution-mail.la |