aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-06-18 20:59:56 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-06-18 20:59:56 -0500
commit8e052aeeb9498bc693306771e0dfbbdfda8d70e7 (patch)
tree1fdbf258dc294c7ccfc98a1221fc48e6ff6ca26e
parentbef4229b70139014df071ecba3742e99639dac42 (diff)
downloadayatana-indicator-power-8e052aeeb9498bc693306771e0dfbbdfda8d70e7.tar.gz
ayatana-indicator-power-8e052aeeb9498bc693306771e0dfbbdfda8d70e7.tar.bz2
ayatana-indicator-power-8e052aeeb9498bc693306771e0dfbbdfda8d70e7.zip
remove INDICATORDIR and INDICATORICONSDIR from configure.ac
-rw-r--r--configure.ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 5e29f36..20462fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,18 +89,6 @@ AC_ARG_ENABLE([localinstall],
[with_localinstall=$enableval],
[with_localinstall=no])
-###########################
-# Indicator Info
-###########################
-
-AS_IF([test "x$with_localinstall" = "xyes"],
- [INDICATORDIR="${libdir}/indicators3/2/"
- INDICATORICONSDIR="${datadir}/indicator-applet/icons/"],
- [INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator3-0.4`
- INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator3-0.4`])
-AC_SUBST(INDICATORDIR)
-AC_SUBST(INDICATORICONSDIR)
-
##############################
# Custom Junk
##############################