diff options
author | Maarten Vanraes <maarten.vanraes@gmail.com> | 2011-05-27 00:55:04 +0200 |
---|---|---|
committer | Maarten Vanraes <maarten.vanraes@gmail.com> | 2011-05-27 00:55:04 +0200 |
commit | 1d7cb39aadecc370b4bca1c3e0162a9763ff611a (patch) | |
tree | 335db96b71465066c40f0e414a27323899a43ba7 /data/themes/pink | |
parent | 98b4c6c5b5eb7c60919108c130d534938aed853e (diff) | |
download | plus-1d7cb39aadecc370b4bca1c3e0162a9763ff611a.tar.gz plus-1d7cb39aadecc370b4bca1c3e0162a9763ff611a.tar.bz2 plus-1d7cb39aadecc370b4bca1c3e0162a9763ff611a.tar.xz plus-1d7cb39aadecc370b4bca1c3e0162a9763ff611a.zip |
add more missing files to EXTRA_DIST so that make dist will work out well
Diffstat (limited to 'data/themes/pink')
-rw-r--r-- | data/themes/pink/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/themes/pink/Makefile.am b/data/themes/pink/Makefile.am index 17a3a18a1..5fd4904f5 100644 --- a/data/themes/pink/Makefile.am +++ b/data/themes/pink/Makefile.am @@ -22,6 +22,7 @@ gui_DATA = \ hscroll_right_pressed.png \ item_shortcut_bgr.png \ mouse.png \ + progress-indicator.png \ radioin.png \ radioin_highlight.png \ radioout.png \ @@ -53,4 +54,5 @@ gui_DATA = \ window.png EXTRA_DIST = \ - $(gui_DATA) + $(gui_DATA) \ + CMakeLists.txt |