diff options
author | Rodney Dawes <rodney.dawes@canonical.com> | 2017-02-09 12:28:21 -0500 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 14:38:27 +0200 |
commit | acb754b646845d051e644a3ba4cfe7be5130b9d2 (patch) | |
tree | bbb0a56762bac6e0412544c791c9224242ab120f | |
parent | 373ffe1d1d221f0e28793d65b40e49311f2e1ed5 (diff) | |
download | ayatana-indicator-datetime-acb754b646845d051e644a3ba4cfe7be5130b9d2.tar.gz ayatana-indicator-datetime-acb754b646845d051e644a3ba4cfe7be5130b9d2.tar.bz2 ayatana-indicator-datetime-acb754b646845d051e644a3ba4cfe7be5130b9d2.zip |
Depend on newer cmake-extras for FILTER in intltool command.
-rw-r--r-- | po/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index e78a9df..eecc301 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -4,6 +4,7 @@ intltool_update_potfile( KEYWORDS "_" "_:1,2" "N_" "N_:1,2" GETTEXT_PACKAGE ${GETTEXT_PACKAGE} COPYRIGHT_HOLDER "Canonical Ltd." + FILTER "test/*" ) intltool_install_translations( |