diff options
author | Sam Spilsbury <SmSpillaz@gmail.com> | 2010-05-25 14:26:27 +0800 |
---|---|---|
committer | Sam Spilsbury <SmSpillaz@gmail.com> | 2010-05-25 14:26:27 +0800 |
commit | d10b64d92d82e7f1ecdace502cf51a0d9855efe7 (patch) | |
tree | 3fae194d78af73c792e61d83a9ba644ee135996a /po | |
parent | 248f64cc4edf2ac8876055c21a0c1b6f73de288f (diff) | |
download | zcomp-d10b64d92d82e7f1ecdace502cf51a0d9855efe7.tar.gz zcomp-d10b64d92d82e7f1ecdace502cf51a0d9855efe7.tar.bz2 |
Load after decor plugin where appropriate to prevent windows shifting on plugin load and unload
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 940ed77..228500e 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -21,6 +21,8 @@ add_custom_target (nls-update-sources WORKING_DIRECTORY ${po_SOURCE_DIR} ) +message ("po binary dir is " ${po_BINARY_DIR}) + add_custom_command ( OUTPUT ${po_SOURCE_DIR}/compiz.pot COMMAND ${_intltool_update} --gettext-package compiz --pot |