aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-12-07 02:08:00 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-12-07 02:08:00 +0800
commitf6b7ede5b123fa2530b1b8353b72f26e38ec60a0 (patch)
treedcfc355390ec98be9255077abfb24db8d5623f8e
parentd53559db709aaaa40d68de79de2c7df61c2b3968 (diff)
downloadgsoc2013-evolution-f6b7ede5b123fa2530b1b8353b72f26e38ec60a0.tar
gsoc2013-evolution-f6b7ede5b123fa2530b1b8353b72f26e38ec60a0.tar.gz
gsoc2013-evolution-f6b7ede5b123fa2530b1b8353b72f26e38ec60a0.tar.bz2
gsoc2013-evolution-f6b7ede5b123fa2530b1b8353b72f26e38ec60a0.tar.lz
gsoc2013-evolution-f6b7ede5b123fa2530b1b8353b72f26e38ec60a0.tar.xz
gsoc2013-evolution-f6b7ede5b123fa2530b1b8353b72f26e38ec60a0.tar.zst
gsoc2013-evolution-f6b7ede5b123fa2530b1b8353b72f26e38ec60a0.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=23658
-rw-r--r--a11y/ChangeLog8
-rw-r--r--a11y/calendar/Makefile.am1
-rw-r--r--a11y/widgets/Makefile.am1
-rw-r--r--addressbook/ChangeLog4
-rw-r--r--addressbook/gui/component/Makefile.am3
-rw-r--r--addressbook/gui/component/select-names/Makefile.am5
-rw-r--r--addressbook/gui/contact-editor/Makefile.am3
-rw-r--r--addressbook/gui/contact-list-editor/Makefile.am4
-rw-r--r--addressbook/gui/merging/Makefile.am4
-rw-r--r--addressbook/gui/search/Makefile.am4
-rw-r--r--addressbook/gui/widgets/Makefile.am2
-rw-r--r--addressbook/tools/Makefile.am1
-rw-r--r--addressbook/util/Makefile.am2
-rw-r--r--camel/ChangeLog4
-rw-r--r--camel/Makefile.am1
-rw-r--r--camel/providers/imap/Makefile.am3
-rw-r--r--camel/providers/imapp/Makefile.am3
-rw-r--r--camel/providers/local/Makefile.am3
-rw-r--r--camel/providers/nntp/Makefile.am3
-rw-r--r--camel/providers/pop3/Makefile.am3
-rw-r--r--camel/providers/sendmail/Makefile.am3
-rw-r--r--camel/providers/smtp/Makefile.am3
-rw-r--r--filter/ChangeLog4
-rw-r--r--filter/Makefile.am1
-rw-r--r--widgets/ChangeLog4
-rw-r--r--widgets/misc/Makefile.am1
26 files changed, 31 insertions, 47 deletions
diff --git a/a11y/ChangeLog b/a11y/ChangeLog
index b621b32791..ad5dc9e85d 100644
--- a/a11y/ChangeLog
+++ b/a11y/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-06 JP Rosevear <jpr@ximian.com>
+
+ * */Makefile.am: Remove hard coded disable deprecated flags
+
2003-12-03 Ettore Perazzoli <ettore@ximian.com>
* calendar/Makefile.am (SHELL_IDLS): Only get Evolution.idl.
@@ -9,7 +13,9 @@
* new files:
widgets/ea-calendar-cell.[hc]
- * widgets/ea-calendar-item: impl. atk selection and atk table interface. * widgets/Makefile.am : use shared object library (.so)
+ * widgets/ea-calendar-item: impl. atk selection and atk table interface.
+
+ * widgets/Makefile.am : use shared object library (.so)
2003-11-07 JP Rosevear <jpr@ximian.com>
diff --git a/a11y/calendar/Makefile.am b/a11y/calendar/Makefile.am
index 2504997dda..0c4aba11a0 100644
--- a/a11y/calendar/Makefile.am
+++ b/a11y/calendar/Makefile.am
@@ -47,7 +47,6 @@ INCLUDES = \
-DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\" \
-DEVOLUTION_GALVIEWSDIR=\""$(viewsdir)"\" \
-DEVOLUTION_UIDIR=\""$(evolutionuidir)"\" \
- -DG_DISABLE_DEPRECATED \
-DPREFIX=\""$(prefix)"\" \
$(A11Y_CFLAGS) \
$(EVOLUTION_CALENDAR_CFLAGS)
diff --git a/a11y/widgets/Makefile.am b/a11y/widgets/Makefile.am
index 0fb3e11b43..2480c3bba7 100644
--- a/a11y/widgets/Makefile.am
+++ b/a11y/widgets/Makefile.am
@@ -14,7 +14,6 @@ INCLUDES = \
-DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\" \
-DEVOLUTION_GALVIEWSDIR=\""$(viewsdir)"\" \
-DEVOLUTION_UIDIR=\""$(evolutionuidir)"\" \
- -DG_DISABLE_DEPRECATED \
-DPREFIX=\""$(prefix)"\" \
$(A11Y_CFLAGS) \
$(EVOLUTION_CALENDAR_CFLAGS)
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 2623783e93..882300601e 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-06 JP Rosevear <jpr@ximian.com>
+
+ * */Makefile.am: Remove hard coded disable deprecated flags
+
2003-12-05 JP Rosevear <jpr@ximian.com>
* gui/component/select-names/select-names.glade: no more custom
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am
index 916ee1bfa7..ec2b5bd02a 100644
--- a/addressbook/gui/component/Makefile.am
+++ b/addressbook/gui/component/Makefile.am
@@ -20,9 +20,6 @@ INCLUDES = \
-DEVOLUTION_UIDIR=\""$(evolutionuidir)"\" \
-DPREFIX=\""$(prefix)"\" \
$(LDAP_CFLAGS) \
- -DG_DISABLE_DEPRECATED \
- -DLIBGNOME_DISABLE_DEPRECATED \
- -DLIBGNOMEUI_DISABLE_DEPRECATED \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
component_LTLIBRARIES = libevolution-addressbook.la
diff --git a/addressbook/gui/component/select-names/Makefile.am b/addressbook/gui/component/select-names/Makefile.am
index 5b8a822149..b64cf31689 100644
--- a/addressbook/gui/component/select-names/Makefile.am
+++ b/addressbook/gui/component/select-names/Makefile.am
@@ -39,10 +39,7 @@ INCLUDES = \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \
-DEVOLUTION_UIDIR=\""$(evolutionuidir)"\" \
- -DPREFIX=\""$(prefix)"\" \
- -DG_DISABLE_DEPRECATED \
- -DLIBGNOME_DISABLE_DEPRECATED \
- -DLIBGNOMEUI_DISABLE_DEPRECATED \
+ -DPREFIX=\""$(prefix)"\" \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
privlib_LTLIBRARIES = libeselectnames.la
diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am
index 93fb527c69..685004dabb 100644
--- a/addressbook/gui/contact-editor/Makefile.am
+++ b/addressbook/gui/contact-editor/Makefile.am
@@ -12,9 +12,6 @@ INCLUDES = \
-DEVOLUTION_UIDIR=\""$(evolutionuidir)\"" \
-DPREFIX=\""$(prefix)"\" \
-DG_LOG_DOMAIN=\"contact-editor\" \
- -DG_DISABLE_DEPRECATED \
- -DLIBGNOME_DISABLE_DEPRECATED \
- -DLIBGNOMEUI_DISABLE_DEPRECATED \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
noinst_LTLIBRARIES = \
diff --git a/addressbook/gui/contact-list-editor/Makefile.am b/addressbook/gui/contact-list-editor/Makefile.am
index 581f19ced0..43abc3ff47 100644
--- a/addressbook/gui/contact-list-editor/Makefile.am
+++ b/addressbook/gui/contact-list-editor/Makefile.am
@@ -13,10 +13,6 @@ INCLUDES = \
-DEVOLUTION_UIDIR=\""$(evolutionuidir)\"" \
-DPREFIX=\""$(prefix)"\" \
-DG_LOG_DOMAIN=\"contact-list-editor\" \
- -DG_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED \
- -DLIBGNOME_DISABLE_DEPRECATED \
- -DLIBGNOMEUI_DISABLE_DEPRECATED \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
noinst_LTLIBRARIES = \
diff --git a/addressbook/gui/merging/Makefile.am b/addressbook/gui/merging/Makefile.am
index 4627f30594..f1d589ad00 100644
--- a/addressbook/gui/merging/Makefile.am
+++ b/addressbook/gui/merging/Makefile.am
@@ -5,10 +5,6 @@ INCLUDES = \
-I$(top_srcdir)/addressbook \
-I$(top_srcdir)/addressbook/backend \
-I$(top_builddir)/addressbook/backend \
- -DG_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED \
- -DLIBGNOME_DISABLE_DEPRECATED \
- -DLIBGNOMEUI_DISABLE_DEPRECATED \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
noinst_LTLIBRARIES = \
diff --git a/addressbook/gui/search/Makefile.am b/addressbook/gui/search/Makefile.am
index bdd56e2001..391039d81f 100644
--- a/addressbook/gui/search/Makefile.am
+++ b/addressbook/gui/search/Makefile.am
@@ -13,10 +13,6 @@ INCLUDES = \
-I$(top_srcdir)/widgets/misc \
-I$(top_builddir)/shell \
-DSEARCH_RULE_DIR=\"$(ruledir)\" \
- -DG_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED \
- -DLIBGNOME_DISABLE_DEPRECATED \
- -DLIBGNOMEUI_DISABLE_DEPRECATED \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
noinst_LTLIBRARIES = \
diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am
index 58a388d83c..ce5cc32275 100644
--- a/addressbook/gui/widgets/Makefile.am
+++ b/addressbook/gui/widgets/Makefile.am
@@ -12,8 +12,6 @@ INCLUDES = \
-I$(top_srcdir)/addressbook/gui/component \
-I$(top_srcdir)/widgets/misc \
-I$(top_builddir)/shell \
- -DG_DISABLE_DEPRECATED \
- -DLIBGNOME_DISABLE_DEPRECATED \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
CORBA_COMPOSER_SOURCE_H = \
diff --git a/addressbook/tools/Makefile.am b/addressbook/tools/Makefile.am
index bea3e09d8c..fe76abcc08 100644
--- a/addressbook/tools/Makefile.am
+++ b/addressbook/tools/Makefile.am
@@ -19,7 +19,6 @@ INCLUDES = \
-I$(top_srcdir)/addressbook \
-I$(top_srcdir)/addressbook/backend \
-I$(top_builddir)/addressbook/backend \
- -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED \
$(GNOME_FULL_CFLAGS)
evolution_addressbook_export_SOURCES = \
diff --git a/addressbook/util/Makefile.am b/addressbook/util/Makefile.am
index 34ee54eaf8..6cb70de06a 100644
--- a/addressbook/util/Makefile.am
+++ b/addressbook/util/Makefile.am
@@ -8,8 +8,6 @@ INCLUDES = \
-I$(top_srcdir)/camel \
-I$(top_builddir)/shell \
-I$(top_srcdir)/shell \
- -DG_DISABLE_DEPRECATED \
- -DLIBGNOME_DISABLE_DEPRECATED \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
noinst_LTLIBRARIES = libeabutil.la
diff --git a/camel/ChangeLog b/camel/ChangeLog
index e17021ce51..3559bad704 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-06 JP Rosevear <jpr@ximian.com>
+
+ * */Makefile.am: Remove hard coded disable deprecated flags
+
2003-12-05 Jeffrey Stedfast <fejj@ximian.com>
* camel-gpg-context.c (gpg_ctx_op_start): Properly set the
diff --git a/camel/Makefile.am b/camel/Makefile.am
index 5936d42d11..3924e0cd80 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -15,7 +15,6 @@ INCLUDES = -I.. -I$(srcdir)/.. \
-DCAMEL_LIBEXECDIR=\""$(camellibexecdir)"\" \
-DCAMEL_PROVIDERDIR=\""$(camel_providerdir)"\" \
-DG_LOG_DOMAIN=\"camel\" \
- -DG_DISABLE_DEPRECATED \
$(CAMEL_CFLAGS)
if ENABLE_SMIME
diff --git a/camel/providers/imap/Makefile.am b/camel/providers/imap/Makefile.am
index 78ca84dacd..1a2f46faf9 100644
--- a/camel/providers/imap/Makefile.am
+++ b/camel/providers/imap/Makefile.am
@@ -14,8 +14,7 @@ INCLUDES = -I.. \
$(CAMEL_CFLAGS) \
$(GNOME_INCLUDEDIR) \
$(GTK_INCLUDEDIR) \
- -DG_LOG_DOMAIN=\"camel-imap-provider\" \
- -DG_DISABLE_DEPRECATED
+ -DG_LOG_DOMAIN=\"camel-imap-provider\"
libcamelimap_la_SOURCES = \
camel-imap-command.c \
diff --git a/camel/providers/imapp/Makefile.am b/camel/providers/imapp/Makefile.am
index 06ce49dd7b..7ce8c65fcd 100644
--- a/camel/providers/imapp/Makefile.am
+++ b/camel/providers/imapp/Makefile.am
@@ -14,8 +14,7 @@ INCLUDES = -I.. \
$(CAMEL_CFLAGS) \
$(GNOME_INCLUDEDIR) \
$(GTK_INCLUDEDIR) \
- -DG_LOG_DOMAIN=\"camel-imapp-provider\" \
- -DG_DISABLE_DEPRECATED
+ -DG_LOG_DOMAIN=\"camel-imapp-provider\"
libcamelimapp_la_SOURCES = \
camel-imapp-utils.c \
diff --git a/camel/providers/local/Makefile.am b/camel/providers/local/Makefile.am
index 203e7262d1..ad07472e85 100644
--- a/camel/providers/local/Makefile.am
+++ b/camel/providers/local/Makefile.am
@@ -14,8 +14,7 @@ INCLUDES = -I.. \
$(CAMEL_CFLAGS) \
$(GNOME_INCLUDEDIR) \
$(GTK_INCLUDEDIR) \
- -DG_LOG_DOMAIN=\"camel-local-provider\" \
- -DG_DISABLE_DEPRECATED
+ -DG_LOG_DOMAIN=\"camel-local-provider\"
libcamellocal_la_SOURCES = \
camel-local-folder.c \
diff --git a/camel/providers/nntp/Makefile.am b/camel/providers/nntp/Makefile.am
index 77a10c8e9e..464624b82d 100644
--- a/camel/providers/nntp/Makefile.am
+++ b/camel/providers/nntp/Makefile.am
@@ -13,8 +13,7 @@ INCLUDES = -I../.. \
$(CAMEL_CFLAGS) \
$(GNOME_INCLUDEDIR) \
$(GTK_INCLUDEDIR) \
- -DG_LOG_DOMAIN=\"camel-nntp-provider\" \
- -DG_DISABLE_DEPRECATED
+ -DG_LOG_DOMAIN=\"camel-nntp-provider\"
libcamelnntp_la_SOURCES = \
camel-nntp-provider.c \
diff --git a/camel/providers/pop3/Makefile.am b/camel/providers/pop3/Makefile.am
index b5e210df28..84f5477f97 100644
--- a/camel/providers/pop3/Makefile.am
+++ b/camel/providers/pop3/Makefile.am
@@ -15,8 +15,7 @@ INCLUDES = \
$(CAMEL_CFLAGS) \
$(GNOME_INCLUDEDIR) \
$(GTK_INCLUDEDIR) \
- -DG_LOG_DOMAIN=\"camel-pop3-provider\" \
- -DG_DISABLE_DEPRECATED
+ -DG_LOG_DOMAIN=\"camel-pop3-provider\"
libcamelpop3_la_SOURCES = \
camel-pop3-engine.c \
diff --git a/camel/providers/sendmail/Makefile.am b/camel/providers/sendmail/Makefile.am
index 71c0a191fe..8c75af2de8 100644
--- a/camel/providers/sendmail/Makefile.am
+++ b/camel/providers/sendmail/Makefile.am
@@ -14,8 +14,7 @@ INCLUDES = \
$(CAMEL_CFLAGS) \
$(GNOME_INCLUDEDIR) \
$(GTK_INCLUDEDIR) \
- -DG_LOG_DOMAIN=\"camel-sendmail-provider\" \
- -DG_DISABLE_DEPRECATED
+ -DG_LOG_DOMAIN=\"camel-sendmail-provider\"
libcamelsendmail_la_SOURCES = \
camel-sendmail-provider.c \
diff --git a/camel/providers/smtp/Makefile.am b/camel/providers/smtp/Makefile.am
index df26fc0c40..b6bba766d6 100644
--- a/camel/providers/smtp/Makefile.am
+++ b/camel/providers/smtp/Makefile.am
@@ -18,8 +18,7 @@ INCLUDES = \
$(NSPR_CFLAGS) \
$(NSS_CFLAGS) \
$(OPENSSL_CFLAGS) \
- -DG_LOG_DOMAIN=\"camel-smtp-provider\" \
- -DG_DISABLE_DEPRECATED
+ -DG_LOG_DOMAIN=\"camel-smtp-provider\"
libcamelsmtp_la_SOURCES = \
camel-smtp-provider.c \
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 2102534f78..e60b99c8d9 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-06 JP Rosevear <jpr@ximian.com>
+
+ * */Makefile.am: Remove hard coded disable deprecated flags
+
2003-12-04 Radek Doulik <rodo@ximian.com>
* filter-rule.h: added FILTER_SOURCE_JUNKTEST - perform only
diff --git a/filter/Makefile.am b/filter/Makefile.am
index 766ca1fe27..d9d20ae113 100644
--- a/filter/Makefile.am
+++ b/filter/Makefile.am
@@ -8,7 +8,6 @@ INCLUDES = \
-I $(top_srcdir)/shell \
-DFILTER_GLADEDIR=\"$(gladedir)\" \
-DG_LOG_DOMAIN=\"filter\" \
- -DG_DISABLE_DEPRECATED \
$(LIBFILTER_CFLAGS)
noinst_LTLIBRARIES = \
diff --git a/widgets/ChangeLog b/widgets/ChangeLog
index de9f5c9326..60bb149f56 100644
--- a/widgets/ChangeLog
+++ b/widgets/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-06 JP Rosevear <jpr@ximian.com>
+
+ * */Makefile.am: Remove hard coded disable deprecated flags
+
2003-11-07 JP Rosevear <jpr@ximian.com>
* e-timezone-dialog/Makefile.am: don't include toplevel libical
diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am
index 637fe0934d..849a53e20c 100644
--- a/widgets/misc/Makefile.am
+++ b/widgets/misc/Makefile.am
@@ -7,7 +7,6 @@ INCLUDES = \
-I$(top_srcdir)/a11y/widgets/ \
-DMAP_DIR=\""$(imagesdir)"\" \
-DG_LOG_DOMAIN=__FILE__ \
- -DG_DISABLE_DEPRECATED \
$(SOURCE_SEL_CFLAGS)
privlib_LTLIBRARIES = \