diff options
author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2011-07-08 04:46:19 +0200 |
---|---|---|
committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2011-07-08 04:46:19 +0200 |
commit | 2040bd4fac080fea48853ff98c6d05c1cab68c18 (patch) | |
tree | e29d3e09b6b87584702b8e89972c9d6a2a8117b2 /configure.ac | |
parent | 34748e6a31bffb73eedaf2aba860929998c21ad7 (diff) | |
download | ayatana-indicator-sound-2040bd4fac080fea48853ff98c6d05c1cab68c18.tar.gz ayatana-indicator-sound-2040bd4fac080fea48853ff98c6d05c1cab68c18.tar.bz2 ayatana-indicator-sound-2040bd4fac080fea48853ff98c6d05c1cab68c18.zip |
Compile with indicator-0.4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index e6642f8..184de39 100644 --- a/configure.ac +++ b/configure.ac @@ -115,12 +115,12 @@ AS_IF([test "x$with_localinstall" = "xyes"], ], [AS_IF([test "x$with_gtk" = "x2"], [ - INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator` - INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator` + INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator-0.4` + INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator-0.4` ], [ - INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator3` - INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator3` + INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator3-0.4` + INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator3-0.4` ])]) AC_SUBST(INDICATORDIR) AC_SUBST(INDICATORICONSDIR) |