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 | |
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
-rw-r--r-- | e-util/ChangeLog | 4 | ||||
-rw-r--r-- | e-util/Makefile.am | 1 | ||||
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/Makefile.am | 1 |
4 files changed, 8 insertions, 2 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 485d667f20..067996d97c 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,7 @@ +2003-12-06 JP Rosevear <jpr@ximian.com> + + * Makefile.am: Remove hard coded disable deprecated flags + 2003-11-23 JP Rosevear <jpr@ximian.com> * Makefile.am (INCLUDES): remove gtk deprecated flag diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 34d8a98189..3f181ddd45 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -6,7 +6,6 @@ INCLUDES = \ -DEVOLUTION_IMAGES=\""$(imagesdir)"\" \ -DEVOLUTION_CATEGORY_ICONS=\""$(imagesdir)/categories"\" \ -DG_LOG_DOMAIN=\"e-utils\" \ - -DG_DISABLE_DEPRECATED \ $(GNOME_PILOT_CFLAGS) \ $(E_UTIL_CFLAGS) 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 |