diff options
author | Havoc Pennington <hp@pobox.com> | 2002-02-09 23:03:52 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-02-09 23:03:52 +0000 |
commit | 245c9c2d7e27445744eee764ecae6e3914fabd1e (patch) | |
tree | a20a282963f71f7d064de2276619afa138eeb6af /src/tools/Makefile.am | |
parent | 29a86695d1eabfaab0675511dc2c3f80e548258d (diff) | |
download | metacity-245c9c2d7e27445744eee764ecae6e3914fabd1e.tar.gz metacity-245c9c2d7e27445744eee764ecae6e3914fabd1e.tar.bz2 |
port to icon cache
2002-02-09 Havoc Pennington <hp@pobox.com>
* src/window.c (update_icon): port to icon cache
* src/iconcache.c, src/iconcache.c: begin process of cleaning up
window.c by moving the icon-reading code in here, based on the
code in libwnck, which was in turn based on the earlier metacity
code
Diffstat (limited to 'src/tools/Makefile.am')
-rw-r--r-- | src/tools/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am index 29d8531..0a8bbf4 100644 --- a/src/tools/Makefile.am +++ b/src/tools/Makefile.am @@ -1,5 +1,8 @@ -INCLUDES=@METACITY_WINDOW_DEMO_CFLAGS@ @METACITY_MESSAGE_CFLAGS@ +icondir=$(pkgdatadir)/icons +icon_DATA=metacity-window-demo.png + +INCLUDES=@METACITY_WINDOW_DEMO_CFLAGS@ @METACITY_MESSAGE_CFLAGS@ -DMETACITY_ICON_DIR=\"$(pkgdatadir)/icons\" metacity_message_SOURCES= \ metacity-message.c |