diff options
author | William Hua <william.hua@canonical.com> | 2013-06-27 01:04:55 -0400 |
---|---|---|
committer | William Hua <william.hua@canonical.com> | 2013-06-27 01:04:55 -0400 |
commit | ae6ef44de8fabb6728b66d95147d99f0a0d13880 (patch) | |
tree | 4070de7c98799eab59c2715653cd7d06357300d1 /configure.ac | |
parent | b68e1b1cb9063a081dc301d17a64c8bc1e19d7d2 (diff) | |
download | ayatana-indicator-keyboard-ae6ef44de8fabb6728b66d95147d99f0a0d13880.tar.gz ayatana-indicator-keyboard-ae6ef44de8fabb6728b66d95147d99f0a0d13880.tar.bz2 ayatana-indicator-keyboard-ae6ef44de8fabb6728b66d95147d99f0a0d13880.zip |
Continued tests work-in-progress.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e9bb7592..4674acc5 100644 --- a/configure.ac +++ b/configure.ac @@ -79,8 +79,8 @@ AC_CONFIG_FILES([Makefile po/Makefile.in tests/Makefile tests/config.vala - tests/indicator-keyboard-service - tests/services/indicator-keyboard.service], + tests/services/indicator-keyboard.service]) +AC_CONFIG_FILES([tests/indicator-keyboard-service], [chmod +x tests/indicator-keyboard-service]) AC_OUTPUT |