diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-06-01 17:34:13 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-06-01 17:34:13 +0000 |
commit | 17185a66960dd3d721165247232c836990640023 (patch) | |
tree | 03b99ad1b8524af457046b84b90c68a7d9bb553d /graphics/gui/Makefile.am | |
parent | 9cb6525246616d69194ae507272ceea3e121685b (diff) | |
download | clientdata-17185a66960dd3d721165247232c836990640023.tar.gz clientdata-17185a66960dd3d721165247232c836990640023.tar.bz2 clientdata-17185a66960dd3d721165247232c836990640023.tar.xz clientdata-17185a66960dd3d721165247232c836990640023.zip |
Added target cursors to installed files.
Diffstat (limited to 'graphics/gui/Makefile.am')
-rw-r--r-- | graphics/gui/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/gui/Makefile.am b/graphics/gui/Makefile.am index 50c9dfe7..8cd42d27 100644 --- a/graphics/gui/Makefile.am +++ b/graphics/gui/Makefile.am @@ -10,6 +10,7 @@ gui_DATA = \ buttonhi.png \ buttonpress.png \ checkbox.png \ + deepbox.png \ fixedfont.png \ hits_blue.png \ hits_red.png \ @@ -30,7 +31,12 @@ gui_DATA = \ selection.png \ sansserif8.png \ slider.png \ - deepbox.png \ + target-cursor-blue-l.png \ + target-cursor-blue-m.png \ + target-cursor-blue-s.png \ + target-cursor-red-l.png \ + target-cursor-red-m.png \ + target-cursor-red-s.png \ thickborder.png \ vscroll_blue.png \ vscroll_down_default.png \ |