diff options
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 406348b2..6cc1beb6 100644 --- a/configure.ac +++ b/configure.ac @@ -79,7 +79,7 @@ AC_CONFIG_FILES([Makefile tests/Makefile tests/config.vala tests/services/indicator-keyboard.service]) -AC_CONFIG_FILES([tests/indicator-keyboard-service], - [chmod +x tests/indicator-keyboard-service]) +AC_CONFIG_FILES([tests/indicator-keyboard-test], + [chmod +x tests/indicator-keyboard-test]) AC_OUTPUT |