diff options
author | Ted Gould <ted@canonical.com> | 2009-09-24 20:25:44 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-24 20:25:44 -0500 |
commit | 9871db50a909471a3bfe1d44e02daff93fd99c3b (patch) | |
tree | 8df4085b965c8bb3b11ebc5aefa5b41f5ecb5ebe | |
parent | 6dc6c07815ec4034e8a62ced7b3638c476ce78f8 (diff) | |
download | ayatana-indicator-messages-9871db50a909471a3bfe1d44e02daff93fd99c3b.tar.gz ayatana-indicator-messages-9871db50a909471a3bfe1d44e02daff93fd99c3b.tar.bz2 ayatana-indicator-messages-9871db50a909471a3bfe1d44e02daff93fd99c3b.zip |
Adding in a variable for the icon directory.
-rw-r--r-- | configure.ac | 3 |
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 |