diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-06-18 20:59:56 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-06-18 20:59:56 -0500 |
commit | 8e052aeeb9498bc693306771e0dfbbdfda8d70e7 (patch) | |
tree | 1fdbf258dc294c7ccfc98a1221fc48e6ff6ca26e | |
parent | bef4229b70139014df071ecba3742e99639dac42 (diff) | |
download | ayatana-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.ac | 12 |
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 ############################## |