diff options
author | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-12-26 20:43:22 +0000 |
---|---|---|
committer | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-12-26 20:43:22 +0000 |
commit | 64e73dd6d68da03c6c7fad0d314f237703e3996d (patch) | |
tree | 59c04da0dff7fd5b053bd7e7414907c102ecfd57 /muse2/utils | |
parent | e58e08ef52d764ad3e454763f6660da57ae4978f (diff) |
Packaging related minor fixes. Please see the ChangeLog.
Diffstat (limited to 'muse2/utils')
-rw-r--r-- | muse2/utils/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/muse2/utils/CMakeLists.txt b/muse2/utils/CMakeLists.txt index d3082b7d..20ae35cd 100644 --- a/muse2/utils/CMakeLists.txt +++ b/muse2/utils/CMakeLists.txt @@ -18,8 +18,11 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #============================================================================= -install( FILES +file(GLOB utils_files muse-find-unused-wavs muse-song-convert.py + ) + +install (PROGRAMS ${utils_files} DESTINATION ${MusE_SHARE_DIR}/utils/ ) |