From 3eeae12c498d1a4dbe969462d2ba841f77ee3ccb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 2 Jan 2011 01:48:38 +0200 Subject: Initial commit. This code based on mana client http://www.gitorious.org/mana/mana and my private repository. --- data/graphics/gui/Makefile.am | 52 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 data/graphics/gui/Makefile.am (limited to 'data/graphics/gui/Makefile.am') diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am new file mode 100644 index 000000000..04f957b7f --- /dev/null +++ b/data/graphics/gui/Makefile.am @@ -0,0 +1,52 @@ + +guidir = $(pkgdatadir)/data/graphics/gui + +gui_DATA = \ + bubble.png \ + button.png \ + button_disabled.png \ + buttonhi.png \ + buttonpress.png \ + checkbox.png \ + circle-gray.png \ + circle-green.png \ + close_button.png \ + colors.xml \ + deepbox.png \ + hscroll_left_default.png \ + hscroll_left_highlight.png \ + hscroll_left_pressed.png \ + hscroll_right_default.png \ + hscroll_right_highlight.png \ + hscroll_right_pressed.png \ + item_shortcut_bgr.png \ + mouse.png \ + progress-indicator.png \ + radioin.png \ + radioin_highlight.png \ + radioout.png \ + radioout_highlight.png \ + resize.png \ + selection.png \ + slider.png \ + slider_hilight.png \ + speechbubble.xml \ + sticky_button.png \ + tab.png \ + tab_hilight.png \ + tabselected.png \ + unknown-item.png \ + vscroll_down_default.png \ + vscroll_down_highlight.png \ + vscroll_down_pressed.png \ + vscroll_grey.png \ + vscroll_highlight.png \ + vscroll_up_default.png \ + vscroll_up_highlight.png \ + vscroll_up_pressed.png \ + window.png \ + window.xml + +EXTRA_DIST = \ + $(gui_DATA) \ + CMakeLists.txt -- cgit v1.2.3-60-g2f50