diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-03-14 17:41:04 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-03-14 17:41:04 -0600 |
commit | 152d810fbdd1df72c301e9b07f69e2e87ffed900 (patch) | |
tree | f523eef2a025cd3b107ac8a187fe67650a2424b1 /data | |
parent | e4f97df13f36c003a0e839e367e84d0d59ccb25f (diff) | |
download | mana-152d810fbdd1df72c301e9b07f69e2e87ffed900.tar.gz mana-152d810fbdd1df72c301e9b07f69e2e87ffed900.tar.bz2 mana-152d810fbdd1df72c301e9b07f69e2e87ffed900.tar.xz mana-152d810fbdd1df72c301e9b07f69e2e87ffed900.zip |
Add colors.xml to the build system
Diffstat (limited to 'data')
-rw-r--r-- | data/graphics/gui/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 68d11bf7..c36741a3 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -11,6 +11,7 @@ gui_DATA = \ circle-gray.png \ circle-green.png \ close_button.png \ + colors.xml \ deepbox.png \ hscroll_left_default.png \ hscroll_left_highlight.png \ |