diff options
author | JP Rosevear <jpr@ximian.com> | 2003-12-07 02:14:04 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-12-07 02:14:04 +0800 |
commit | b62186f60c7a2dc232a800c213cedbdf4049c22a (patch) | |
tree | ef66f500749ee2ad5d4afb0a97a70f652d866ba8 /tools/Makefile.am | |
parent | 29712bb2c4ad967869f489622ac6ff19b0a04506 (diff) | |
download | gsoc2013-evolution-b62186f60c7a2dc232a800c213cedbdf4049c22a.tar.gz gsoc2013-evolution-b62186f60c7a2dc232a800c213cedbdf4049c22a.tar.zst gsoc2013-evolution-b62186f60c7a2dc232a800c213cedbdf4049c22a.zip |
Remove hard coded disable deprecated flags
2003-12-06 JP Rosevear <jpr@ximian.com>
* tools/Makefile.am: Remove hard coded disable deprecated flags
svn path=/trunk/; revision=23660
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index c6a769c31a..64d194ae77 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -10,7 +10,6 @@ INCLUDES = \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DDATADIR=\""$(datadir)"\" \ -DLIBDIR=\""$(libdir)"\" \ - -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED \ $(GNOME_FULL_CFLAGS) EXTRA_DIST = verify-evolution-install.sh |