diff options
author | JP Rosevear <jpr@ximian.com> | 2003-12-07 02:09:17 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-12-07 02:09:17 +0800 |
commit | 29712bb2c4ad967869f489622ac6ff19b0a04506 (patch) | |
tree | 918fe83b1fe6096c903545e04326294df4336e3c /shell/Makefile.am | |
parent | f6b7ede5b123fa2530b1b8353b72f26e38ec60a0 (diff) | |
download | gsoc2013-evolution-29712bb2c4ad967869f489622ac6ff19b0a04506.tar.gz gsoc2013-evolution-29712bb2c4ad967869f489622ac6ff19b0a04506.tar.zst gsoc2013-evolution-29712bb2c4ad967869f489622ac6ff19b0a04506.zip |
remove useless gal include
2003-12-06 JP Rosevear <jpr@ximian.com>
* e-shell-importer.c: remove useless gal include
* Makefile.am: Remove hard coded disable deprecated flags
svn path=/trunk/; revision=23659
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index d55dfaa24e..c81ba64c1f 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -1,8 +1,6 @@ SUBDIRS = glade importer INCLUDES = \ - -DG_DISABLE_DEPRECATED \ - -DBONOBO_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED \ -I$(top_srcdir)/widgets \ -I$(top_srcdir)/widgets/misc \ -I$(top_srcdir) \ |