summaryrefslogtreecommitdiff
path: root/muse2/share/CMakeLists.txt
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2010-12-21 04:31:02 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2010-12-21 04:31:02 +0000
commite15d47a854b5a2786968fd8a783abc6a16d945d3 (patch)
treecbeef2aaabbe4fc3fd34653e83cb4b0c0c43e05a /muse2/share/CMakeLists.txt
parent6443417b9eca7d5c6012229352558ddd7dfc0500 (diff)
Make sure cmake enters share/locale last. cliplist links to widgets.
Diffstat (limited to 'muse2/share/CMakeLists.txt')
-rw-r--r--muse2/share/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/muse2/share/CMakeLists.txt b/muse2/share/CMakeLists.txt
index 817e2910..c8d89cf9 100644
--- a/muse2/share/CMakeLists.txt
+++ b/muse2/share/CMakeLists.txt
@@ -18,15 +18,17 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#=============================================================================
+# NOTE: locale/ directory needs to be at the end so that the translations
+# are scanned before coming to share/locale
subdirs(
drummaps
html
instruments
- locale
plugins
pybridge
scripts
templates
wallpapers
+ locale
)