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/contact-editor | |
parent | 82c33bb05bef2262b5df0e2d7755185838339626 (diff) | |
download | gsoc2013-evolution-4e6d739ed99676b866d1c24c3366d485269cefff.tar.gz 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/contact-editor')
-rw-r--r-- | addressbook/gui/contact-editor/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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) |