From f6b7ede5b123fa2530b1b8353b72f26e38ec60a0 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Sat, 6 Dec 2003 18:08:00 +0000 Subject: Remove hard coded disable deprecated flags 2003-12-06 JP Rosevear * */Makefile.am: Remove hard coded disable deprecated flags svn path=/trunk/; revision=23658 --- addressbook/gui/merging/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'addressbook/gui/merging') 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 = \ -- cgit