diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-06-19 14:58:12 -0400 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-06-19 14:58:12 -0400 |
commit | 356fd4ed9c9d394a8e4128accc93628df1b931d8 (patch) | |
tree | c30721291ad9bbfc1cae384bf27fca3cb390e476 /configure.ac | |
parent | f749725dd5609b98465582496c116eaad28ee696 (diff) | |
download | ayatana-indicator-sound-356fd4ed9c9d394a8e4128accc93628df1b931d8.tar.gz ayatana-indicator-sound-356fd4ed9c9d394a8e4128accc93628df1b931d8.tar.bz2 ayatana-indicator-sound-356fd4ed9c9d394a8e4128accc93628df1b931d8.zip |
Install indicator file
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d5713a4..71fb4aa 100644 --- a/configure.ac +++ b/configure.ac @@ -71,6 +71,12 @@ else fi AC_SUBST(DBUSSERVICEDIR) +AC_ARG_WITH([indicator-dir], + [AS_HELP_STRING([--with-indicator-dir=DIR], [Indicator directory [default=$datadir/unity/indicators]])], + [], + [with_indicator_dir=$datadir/unity/indicators]) +AC_SUBST([INDICATOR_DIR], [$with_indicator_dir]) + ############################## # Custom Junk ############################## |