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