aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-17 09:05:04 -0500
committerTed Gould <ted@canonical.com>2009-08-17 09:05:04 -0500
commitb107a295f3baacfc3fbd9328cb94f43a0f993c58 (patch)
tree9ef4f9cf4d83c507fcca6e2f92c8857fbd16a4e5 /configure.ac
parent76e386da015a29e46291fe66848d376e340eed7b (diff)
parent692f214823437c5ae15bbcd601b98cdae1d1af08 (diff)
downloadayatana-indicator-session-b107a295f3baacfc3fbd9328cb94f43a0f993c58.tar.gz
ayatana-indicator-session-b107a295f3baacfc3fbd9328cb94f43a0f993c58.tar.bz2
ayatana-indicator-session-b107a295f3baacfc3fbd9328cb94f43a0f993c58.zip
Merging in the branch getting the status icons working.
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 4b841a6..3d87072 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,10 +67,13 @@ AC_ARG_ENABLE(localinstall, AS_HELP_STRING([--enable-localinstall], [install all
if test "x$with_localinstall" = "xyes"; then
INDICATORDIR="${libdir}/indicators/2/"
+ INDICATORICONSDIR="${datadir}/indicator-applet/icons/"
else
INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator`
+ INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator`
fi
AC_SUBST(INDICATORDIR)
+AC_SUBST(INDICATORICONSDIR)
###########################
# DBus Service Info