diff options
author | Ted Gould <ted@gould.cx> | 2011-07-07 15:38:10 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-07 15:38:10 -0500 |
commit | 9cf6078cf0fa9a074fe1fe4ba11c73be71f610ad (patch) | |
tree | e29d3e09b6b87584702b8e89972c9d6a2a8117b2 /configure.ac | |
parent | 14f54b95128ac1d17d1c7aa8b2bcf46853fff3d5 (diff) | |
download | ayatana-indicator-sound-9cf6078cf0fa9a074fe1fe4ba11c73be71f610ad.tar.gz ayatana-indicator-sound-9cf6078cf0fa9a074fe1fe4ba11c73be71f610ad.tar.bz2 ayatana-indicator-sound-9cf6078cf0fa9a074fe1fe4ba11c73be71f610ad.zip |
Using the right pkgconfig file for the indicator directories.
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) |