From d1d65249d12ca309a3df7fac7614b866372b072f Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 18 Jun 2013 01:05:53 -0500 Subject: rename the indicator bus file as 'com.canonical.indicator.datetime'; add it to data/Makefile --- configure.ac | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 22a6ee5..315facd 100644 --- a/configure.ac +++ b/configure.ac @@ -115,23 +115,6 @@ AC_SUBST(COVERAGE_LDFLAGS) with_localinstall="no" AC_ARG_ENABLE(localinstall, AS_HELP_STRING([--enable-localinstall], [install all of the files localy instead of system directories (for distcheck)]), with_localinstall=$enableval, with_localinstall=no) -########################### -# Indicator Info -########################### - -AS_IF([test "x$with_localinstall" = "xyes"], - [ - INDICATORDIR="${libdir}/indicators/2/" - INDICATORICONSDIR="${datadir}/libindicate/icons/" - ], - [ - INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator3-0.4` - INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator3-0.4` - ]) - -AC_SUBST(INDICATORDIR) -AC_SUBST(INDICATORICONSDIR) - ########################### # Control Center Info ########################### @@ -229,7 +212,6 @@ AC_MSG_NOTICE([ Date and Time Indicator Configuration: Prefix: $prefix - Indicator Dir: $INDICATORDIR CC Panel: $have_ccpanel CC Panel Dir: $CCPANELDIR Unit Tests: $enable_tests -- cgit v1.2.3