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/wood | |
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/wood')
-rw-r--r-- | data/themes/wood/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/themes/wood/Makefile.am b/data/themes/wood/Makefile.am index 0cc764f06..f9f04c254 100644 --- a/data/themes/wood/Makefile.am +++ b/data/themes/wood/Makefile.am @@ -53,4 +53,5 @@ gui_DATA = \ window.png EXTRA_DIST = \ - $(gui_DATA) + $(gui_DATA) \ + CMakeLists.txt |