diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-07-07 16:50:28 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-07-07 16:50:28 -0400 |
commit | 754649716f175cabcbc6175a5f0a8cd248edff83 (patch) | |
tree | 2f4eb209c322c2fa8d65acd0f71ab886a6e2b6b3 /configure.ac | |
parent | 08cee9d8f475337362ea4e935b0d1b2697f0ec79 (diff) | |
parent | 9cf6078cf0fa9a074fe1fe4ba11c73be71f610ad (diff) | |
download | ayatana-indicator-sound-754649716f175cabcbc6175a5f0a8cd248edff83.tar.gz ayatana-indicator-sound-754649716f175cabcbc6175a5f0a8cd248edff83.tar.bz2 ayatana-indicator-sound-754649716f175cabcbc6175a5f0a8cd248edff83.zip |
releasing version 0.7.3-0ubuntu1
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) |