diff options
author | Ted Gould <ted@canonical.com> | 2009-08-08 09:39:29 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-08 09:39:29 -0600 |
commit | 0776820b0fad4a18842902c470b263e0913366cc (patch) | |
tree | 13641a0a6d6c452b973f18666c5b7c12d0dd5da9 /configure.ac | |
parent | 839f57951591a4bf9d0ce4fd32b0c5b2d06bf73e (diff) | |
download | ayatana-indicator-session-0776820b0fad4a18842902c470b263e0913366cc.tar.gz ayatana-indicator-session-0776820b0fad4a18842902c470b263e0913366cc.tar.bz2 ayatana-indicator-session-0776820b0fad4a18842902c470b263e0913366cc.zip |
Switching icons directory to the one provided by package config
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4a6aac4..69ca490 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="${pkgdatadir}/icons/" else INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator` + INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator` fi AC_SUBST(INDICATORDIR) +AC_SUBST(INDICATORICONSDIR) ########################### # DBus Service Info |