diff options
author | JP Rosevear <jpr@ximian.com> | 2003-12-07 02:08:00 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-12-07 02:08:00 +0800 |
commit | f6b7ede5b123fa2530b1b8353b72f26e38ec60a0 (patch) | |
tree | dcfc355390ec98be9255077abfb24db8d5623f8e /a11y/widgets | |
parent | d53559db709aaaa40d68de79de2c7df61c2b3968 (diff) | |
download | gsoc2013-evolution-f6b7ede5b123fa2530b1b8353b72f26e38ec60a0.tar.gz 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/widgets')
-rw-r--r-- | a11y/widgets/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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) |