aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2013-05-29 11:43:45 -0500
committerTed Gould <ted@gould.cx>2013-05-29 11:43:45 -0500
commita6999f41b1da373b48e897d8fbd218617a5fefa2 (patch)
tree762309ac20c2ed21adc8e9298b7d28f9687ffd6d /configure.ac
parent477cf6ad04b73e4d448abc6925cdb328d63521c3 (diff)
downloadayatana-indicator-application-a6999f41b1da373b48e897d8fbd218617a5fefa2.tar.gz
ayatana-indicator-application-a6999f41b1da373b48e897d8fbd218617a5fefa2.tar.bz2
ayatana-indicator-application-a6999f41b1da373b48e897d8fbd218617a5fefa2.zip
Dropping the dbus service file
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 1cc1811..2d1ccc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,17 +89,6 @@ AC_SUBST(INDICATORDIR)
AC_SUBST(INDICATORICONSDIR)
###########################
-# DBus Service Info
-###########################
-
-if test "x$with_localinstall" = "xyes"; then
- DBUSSERVICEDIR="${datadir}/dbus-1/services/"
-else
- DBUSSERVICEDIR=`$PKG_CONFIG --variable=session_bus_services_dir dbus-1`
-fi
-AC_SUBST(DBUSSERVICEDIR)
-
-###########################
# Files
###########################