diff options
author | JP Rosevear <jpr@ximian.com> | 2003-11-26 23:29:20 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-26 23:29:20 +0800 |
commit | 4e6d739ed99676b866d1c24c3366d485269cefff (patch) | |
tree | dbccf1dbb4f3c3ee2c1d4522356fec7fc540ed24 /addressbook/gui | |
parent | 82c33bb05bef2262b5df0e2d7755185838339626 (diff) | |
download | gsoc2013-evolution-4e6d739ed99676b866d1c24c3366d485269cefff.tar gsoc2013-evolution-4e6d739ed99676b866d1c24c3366d485269cefff.tar.gz gsoc2013-evolution-4e6d739ed99676b866d1c24c3366d485269cefff.tar.bz2 gsoc2013-evolution-4e6d739ed99676b866d1c24c3366d485269cefff.tar.lz gsoc2013-evolution-4e6d739ed99676b866d1c24c3366d485269cefff.tar.xz gsoc2013-evolution-4e6d739ed99676b866d1c24c3366d485269cefff.tar.zst gsoc2013-evolution-4e6d739ed99676b866d1c24c3366d485269cefff.zip |
turn on deprecated gtk and libgnomeui stuff
2003-11-26 JP Rosevear <jpr@ximian.com>
* gui/widgets/Makefile.am: turn on deprecated gtk and libgnomeui
stuff
* gui/component/select-names/Makefile.am: turn on deprecated gtk
stuff
* gui/contact-editor/Makefile.am: ditto
svn path=/trunk/; revision=23492
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/select-names/Makefile.am | 1 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/Makefile.am | 1 | ||||
-rw-r--r-- | addressbook/gui/widgets/Makefile.am | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/addressbook/gui/component/select-names/Makefile.am b/addressbook/gui/component/select-names/Makefile.am index d1bdd42564..b2a5e9e1aa 100644 --- a/addressbook/gui/component/select-names/Makefile.am +++ b/addressbook/gui/component/select-names/Makefile.am @@ -41,7 +41,6 @@ INCLUDES = \ -DEVOLUTION_UIDIR=\""$(evolutionuidir)"\" \ -DPREFIX=\""$(prefix)"\" \ -DG_DISABLE_DEPRECATED \ - -DGTK_DISABLE_DEPRECATED \ -DLIBGNOME_DISABLE_DEPRECATED \ -DLIBGNOMEUI_DISABLE_DEPRECATED \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am index f6a718822a..93fb527c69 100644 --- a/addressbook/gui/contact-editor/Makefile.am +++ b/addressbook/gui/contact-editor/Makefile.am @@ -13,7 +13,6 @@ INCLUDES = \ -DPREFIX=\""$(prefix)"\" \ -DG_LOG_DOMAIN=\"contact-editor\" \ -DG_DISABLE_DEPRECATED \ - -DGTK_DISABLE_DEPRECATED \ -DLIBGNOME_DISABLE_DEPRECATED \ -DLIBGNOMEUI_DISABLE_DEPRECATED \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am index 393c927123..58a388d83c 100644 --- a/addressbook/gui/widgets/Makefile.am +++ b/addressbook/gui/widgets/Makefile.am @@ -13,9 +13,7 @@ INCLUDES = \ -I$(top_srcdir)/widgets/misc \ -I$(top_builddir)/shell \ -DG_DISABLE_DEPRECATED \ - -DGTK_DISABLE_DEPRECATED \ -DLIBGNOME_DISABLE_DEPRECATED \ - -DLIBGNOMEUI_DISABLE_DEPRECATED \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) CORBA_COMPOSER_SOURCE_H = \ |