diff options
author | JP Rosevear <jpr@ximian.com> | 2003-12-07 02:15:20 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-12-07 02:15:20 +0800 |
commit | 7c13868fae6c2ddc4aa3ab951929ec410e73f284 (patch) | |
tree | 48fc2b9215de282b7a50e4e47e1fb96ace0c1468 /e-util/Makefile.am | |
parent | 29492433897e9a8d05466a6c7315cbeae969f144 (diff) | |
download | gsoc2013-evolution-7c13868fae6c2ddc4aa3ab951929ec410e73f284.tar.gz gsoc2013-evolution-7c13868fae6c2ddc4aa3ab951929ec410e73f284.tar.zst gsoc2013-evolution-7c13868fae6c2ddc4aa3ab951929ec410e73f284.zip |
Remove hard coded disable deprecated flags
2003-12-06 JP Rosevear <jpr@ximian.com>
* Makefile.am: Remove hard coded disable deprecated flags
svn path=/trunk/; revision=23662
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 34d8a98189..3f181ddd45 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -6,7 +6,6 @@ INCLUDES = \ -DEVOLUTION_IMAGES=\""$(imagesdir)"\" \ -DEVOLUTION_CATEGORY_ICONS=\""$(imagesdir)/categories"\" \ -DG_LOG_DOMAIN=\"e-utils\" \ - -DG_DISABLE_DEPRECATED \ $(GNOME_PILOT_CFLAGS) \ $(E_UTIL_CFLAGS) |