aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-09-24 20:25:44 -0500
committerTed Gould <ted@canonical.com>2009-09-24 20:25:44 -0500
commit9871db50a909471a3bfe1d44e02daff93fd99c3b (patch)
tree8df4085b965c8bb3b11ebc5aefa5b41f5ecb5ebe /configure.ac
parent6dc6c07815ec4034e8a62ced7b3638c476ce78f8 (diff)
downloadayatana-indicator-messages-9871db50a909471a3bfe1d44e02daff93fd99c3b.tar.gz
ayatana-indicator-messages-9871db50a909471a3bfe1d44e02daff93fd99c3b.tar.bz2
ayatana-indicator-messages-9871db50a909471a3bfe1d44e02daff93fd99c3b.zip
Adding in a variable for the icon directory.
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 1c67c9e..a338fea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,10 +53,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}/libindicate/icons/"
else
INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator`
+ INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator`
fi
AC_SUBST(INDICATORDIR)
+AC_SUBST(INDICATORICONSDIR)
###########################
# DBus Service Info