aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ed8c46c..3d118f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,11 +48,10 @@ AC_ARG_ENABLE([localinstall],
if test "x$with_localinstall" = "xyes"; then
INDICATORDIR="${libdir}/indicators/2/"
- INDICATORICONSDIR="${datadir}/libindicate/icons/"
else
INDICATORDIR=`$PKG_CONFIG --variable=indicatordir $INDICATOR3_PKG_NAME`
- INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir $INDICATOR3_PKG_NAME`
fi
+INDICATORICONSDIR="${datadir}/pixmaps/"
AC_SUBST(INDICATORDIR)
AC_SUBST(INDICATORICONSDIR)