diff options
author | Larry Ewing <lewing@ximian.com> | 2003-12-02 08:17:19 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2003-12-02 08:17:19 +0800 |
commit | 7eb86e42c84b8ba14b0b357fdaa94a6454d0f5d7 (patch) | |
tree | 717d8d9d880c7bec48aabfa7e95349559febb537 /addressbook/gui | |
parent | b626efedcac81217607d2eb502bff3de3a3dbdbc (diff) | |
download | gsoc2013-evolution-7eb86e42c84b8ba14b0b357fdaa94a6454d0f5d7.tar gsoc2013-evolution-7eb86e42c84b8ba14b0b357fdaa94a6454d0f5d7.tar.gz gsoc2013-evolution-7eb86e42c84b8ba14b0b357fdaa94a6454d0f5d7.tar.bz2 gsoc2013-evolution-7eb86e42c84b8ba14b0b357fdaa94a6454d0f5d7.tar.lz gsoc2013-evolution-7eb86e42c84b8ba14b0b357fdaa94a6454d0f5d7.tar.xz gsoc2013-evolution-7eb86e42c84b8ba14b0b357fdaa94a6454d0f5d7.tar.zst gsoc2013-evolution-7eb86e42c84b8ba14b0b357fdaa94a6454d0f5d7.zip |
remove GTK_DISABLED_DEPRECATED so that we can build with gtk-2.3.
2003-12-01 Larry Ewing <lewing@ximian.com>
* gui/component/Makefile.am (INCLUDES): remove
GTK_DISABLED_DEPRECATED so that we can build with gtk-2.3.
svn path=/trunk/; revision=23553
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 82f8bd3410..9583e53c8c 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -21,7 +21,6 @@ INCLUDES = \ -DPREFIX=\""$(prefix)"\" \ $(LDAP_CFLAGS) \ -DG_DISABLE_DEPRECATED \ - -DGTK_DISABLE_DEPRECATED \ -DLIBGNOME_DISABLE_DEPRECATED \ -DLIBGNOMEUI_DISABLE_DEPRECATED \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) |