aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-06-18 01:05:53 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-06-18 01:05:53 -0500
commitd1d65249d12ca309a3df7fac7614b866372b072f (patch)
tree50d650a489e3bb66f8f490b452d56f8149f63302 /configure.ac
parent1d015b51af186c0f71ff8164321feeef1cf63c19 (diff)
downloadayatana-indicator-datetime-d1d65249d12ca309a3df7fac7614b866372b072f.tar.gz
ayatana-indicator-datetime-d1d65249d12ca309a3df7fac7614b866372b072f.tar.bz2
ayatana-indicator-datetime-d1d65249d12ca309a3df7fac7614b866372b072f.zip
rename the indicator bus file as 'com.canonical.indicator.datetime'; add it to data/Makefile
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac18
1 files changed, 0 insertions, 18 deletions
diff --git a/configure.ac b/configure.ac
index 22a6ee5..315facd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,23 +116,6 @@ with_localinstall="no"
AC_ARG_ENABLE(localinstall, AS_HELP_STRING([--enable-localinstall], [install all of the files localy instead of system directories (for distcheck)]), with_localinstall=$enableval, with_localinstall=no)
###########################
-# Indicator Info
-###########################
-
-AS_IF([test "x$with_localinstall" = "xyes"],
- [
- INDICATORDIR="${libdir}/indicators/2/"
- INDICATORICONSDIR="${datadir}/libindicate/icons/"
- ],
- [
- INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator3-0.4`
- INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator3-0.4`
- ])
-
-AC_SUBST(INDICATORDIR)
-AC_SUBST(INDICATORICONSDIR)
-
-###########################
# Control Center Info
###########################
@@ -229,7 +212,6 @@ AC_MSG_NOTICE([
Date and Time Indicator Configuration:
Prefix: $prefix
- Indicator Dir: $INDICATORDIR
CC Panel: $have_ccpanel
CC Panel Dir: $CCPANELDIR
Unit Tests: $enable_tests