diff options
author | JP Rosevear <jpr@ximian.com> | 2003-11-24 00:55:05 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-24 00:55:05 +0800 |
commit | 550038cb1f000c5a721a07185b620e42078b1e88 (patch) | |
tree | 453ba2928379d4bfb53ee36d255ce4eb09741b76 /shell/Makefile.am | |
parent | 33a1687123f37ddea0d9bea13977c38f5f73b212 (diff) | |
download | gsoc2013-evolution-550038cb1f000c5a721a07185b620e42078b1e88.tar.gz gsoc2013-evolution-550038cb1f000c5a721a07185b620e42078b1e88.tar.zst gsoc2013-evolution-550038cb1f000c5a721a07185b620e42078b1e88.zip |
remove gtk deprecated flag
2003-11-23 JP Rosevear <jpr@ximian.com>
* Makefile.am: remove gtk deprecated flag
svn path=/trunk/; revision=23468
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index fcf102bac0..882336daae 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = glade importer INCLUDES = \ - -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED \ + -DG_DISABLE_DEPRECATED \ -DBONOBO_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED \ -I$(top_srcdir)/widgets \ -I$(top_srcdir)/widgets/misc \ |