diff options
author | Hal9000 <miglietta.francesco@gmail.com> | 2013-02-13 12:35:29 +0100 |
---|---|---|
committer | Hal9000 <miglietta.francesco@gmail.com> | 2013-02-13 12:35:29 +0100 |
commit | 2be9bd77114a18eafc9c4c4b49e6c4d135739284 (patch) | |
tree | dc3da61839af70b4b6ef6d9549b7c5af68cafc43 /data | |
parent | b5b80b8cec1f638fe1c775620a4694996c30f060 (diff) | |
download | plus-2be9bd77114a18eafc9c4c4b49e6c4d135739284.tar.gz plus-2be9bd77114a18eafc9c4c4b49e6c4d135739284.tar.bz2 plus-2be9bd77114a18eafc9c4c4b49e6c4d135739284.tar.xz plus-2be9bd77114a18eafc9c4c4b49e6c4d135739284.zip |
Added scroll_hbackground to makefiles.
Diffstat (limited to 'data')
-rw-r--r-- | data/themes/jewelry/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/themes/jewelry/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/data/themes/jewelry/CMakeLists.txt b/data/themes/jewelry/CMakeLists.txt index ca1cb51e2..3517c0b7e 100644 --- a/data/themes/jewelry/CMakeLists.txt +++ b/data/themes/jewelry/CMakeLists.txt @@ -52,6 +52,7 @@ SET (FILES resize.xml scroll.xml scroll_background.xml + scroll_hbackground.xml scroll_highlighted.xml scroll_vbackground.xml scrollbuttons.xml diff --git a/data/themes/jewelry/Makefile.am b/data/themes/jewelry/Makefile.am index 6cfd55a54..efd604066 100644 --- a/data/themes/jewelry/Makefile.am +++ b/data/themes/jewelry/Makefile.am @@ -55,6 +55,7 @@ gui_DATA = \ resize.xml \ scroll.xml \ scroll_background.xml \ + scroll_hbackground.xml \ scroll_highlighted.xml \ scroll_vbackground.xml \ scrollbuttons.xml \ |