summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@gnome.org>2003-10-20 17:40:28 +0000
committerJonathan Blandford <jrb@src.gnome.org>2003-10-20 17:40:28 +0000
commite78843622d7873081bdc8d90a5ed8c461e4c0107 (patch)
tree1af18e240ff4f83722a5b290e51596a2ffb9d091 /components
parent835468b8a7b226b78d0ecf56761b04b100f389a5 (diff)
downloadnautilus-e78843622d7873081bdc8d90a5ed8c461e4c0107.tar.gz
remove GTK and GNOME_DISABLE_DEPRECATED
Mon Oct 20 13:38:16 2003 Jonathan Blandford <jrb@gnome.org> * src/Makefile.am (INCLUDES): remove GTK and GNOME_DISABLE_DEPRECATED * src/file-manager/Makefile.am (INCLUDES): ditto * components/emblem/Makefile.am (INCLUDES): ditto
Diffstat (limited to 'components')
-rw-r--r--components/emblem/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/emblem/Makefile.am b/components/emblem/Makefile.am
index 2d3ca05c1..101dd2999 100644
--- a/components/emblem/Makefile.am
+++ b/components/emblem/Makefile.am
@@ -5,7 +5,8 @@ INCLUDES = \
-DG_LOG_DOMAIN=\"Nautilus-Emblem-Sidebar\" \
-DDATADIR=\""$(datadir)"\" \
-I$(top_srcdir) \
- $(DISABLE_DEPRECATED_CFLAGS) \
+ -DGDK_DISABLE_DEPRECATED \
+ -DGDK_PIXBUF_DISABLE_DEPRECATED \
$(EMBLEM_COMPONENT_CFLAGS) \
$(NULL)