aboutsummaryrefslogtreecommitdiffstats
path: root/a11y
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 /a11y
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
Diffstat (limited to 'a11y')
-rw-r--r--a11y/ChangeLog8
-rw-r--r--a11y/calendar/Makefile.am1
-rw-r--r--a11y/widgets/Makefile.am1
3 files changed, 7 insertions, 3 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)