From 9871db50a909471a3bfe1d44e02daff93fd99c3b Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 24 Sep 2009 20:25:44 -0500 Subject: Adding in a variable for the icon directory. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1c67c9e..a338fea 100644 --- a/configure.ac +++ b/configure.ac @@ -53,10 +53,13 @@ AC_ARG_ENABLE(localinstall, AS_HELP_STRING([--enable-localinstall], [install all if test "x$with_localinstall" = "xyes"; then INDICATORDIR="${libdir}/indicators/2/" + INDICATORICONSDIR="${datadir}/libindicate/icons/" else INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator` + INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator` fi AC_SUBST(INDICATORDIR) +AC_SUBST(INDICATORICONSDIR) ########################### # DBus Service Info -- cgit v1.2.3