aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWilliam Hua <william.hua@canonical.com>2013-07-23 13:16:26 -0400
committerWilliam Hua <william.hua@canonical.com>2013-07-23 13:16:26 -0400
commit6958eda8c9f808a620c81b406fcf08940fdfd50e (patch)
tree4e1f0e485010367a10b36c1bf31e035fc59aed0e /configure.ac
parent7b0816b6c2309e2b057c6c715090fdc229109b72 (diff)
downloadayatana-indicator-keyboard-6958eda8c9f808a620c81b406fcf08940fdfd50e.tar.gz
ayatana-indicator-keyboard-6958eda8c9f808a620c81b406fcf08940fdfd50e.tar.bz2
ayatana-indicator-keyboard-6958eda8c9f808a620c81b406fcf08940fdfd50e.zip
Initial autopilot work.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6cc1beb6..31640e6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,6 +21,8 @@ PKG_PROG_PKG_CONFIG([0.26])
AC_ARG_WITH([dbus-service-dir], [AS_HELP_STRING([--with-dbus-service-dir=DIR], [D-Bus service directory [default=$datadir/dbus-1/services]])], [], [with_dbus_service_dir=$datadir/dbus-1/services])
AC_ARG_WITH([indicator-dir], [AS_HELP_STRING([--with-indicator-dir=DIR], [Indicator directory [default=$datadir/unity/indicators]])], [], [with_indicator_dir=$datadir/unity/indicators])
+AM_PATH_PYTHON
+
AC_SUBST([DBUS_SERVICE_DIR], [$with_dbus_service_dir])
AC_SUBST([INDICATOR_DIR], [$with_indicator_dir])
@@ -77,6 +79,7 @@ AC_CONFIG_FILES([Makefile
lib/Makefile
po/Makefile.in
tests/Makefile
+ tests/autopilot/Makefile
tests/config.vala
tests/services/indicator-keyboard.service])
AC_CONFIG_FILES([tests/indicator-keyboard-test],