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 /addressbook/gui/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 'addressbook/gui/widgets')
-rw-r--r-- | addressbook/gui/widgets/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
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 = \ |