summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2002-11-13 04:11:52 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-11-13 04:11:52 +0000
commitd1aaf6a9b1e698cb91ee6948d4ad08c35b7a9eee (patch)
tree64d15f0cd1acae530daa8ec065a3932833113090 /src/Makefile.am
parent5590e8878b77568b603b1ebbec6ef7b7c83cf313 (diff)
downloadmetacity-d1aaf6a9b1e698cb91ee6948d4ad08c35b7a9eee.tar.gz
don't read from op->data.image when the op is an icon
2002-11-12 Havoc Pennington <hp@pobox.com> * src/theme.c (draw_op_as_pixbuf): don't read from op->data.image when the op is an icon
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ce90d1de..90b1b121 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -112,7 +112,8 @@ metacity_dialog_SOURCES= \
bin_PROGRAMS=metacity metacity-theme-viewer
libexec_PROGRAMS=metacity-dialog
-metacity_LDADD= @METACITY_LIBS@
+EFENCE=
+metacity_LDADD= $(EFENCE) @METACITY_LIBS@ $(EFENCE)
metacity_theme_viewer_LDADD= @METACITY_LIBS@ libmetacity-private.la
metacity_dialog_LDADD=@METACITY_LIBS@