diff options
author | Ted Gould <ted@gould.cx> | 2013-05-29 14:42:50 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-05-29 14:42:50 -0500 |
commit | 777014b4876e96eac0e6be5edf9ff72b3899ff3b (patch) | |
tree | 070bb2232bcca626b906a5435821062f233630b3 /configure.ac | |
parent | 74b3c094874d5bd4becebe69eca9b06c5fc4e542 (diff) | |
download | ayatana-indicator-session-777014b4876e96eac0e6be5edf9ff72b3899ff3b.tar.gz ayatana-indicator-session-777014b4876e96eac0e6be5edf9ff72b3899ff3b.tar.bz2 ayatana-indicator-session-777014b4876e96eac0e6be5edf9ff72b3899ff3b.zip |
Dropping the DBus service file
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac index ee90bae..c3424a6 100644 --- a/configure.ac +++ b/configure.ac @@ -106,17 +106,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) - -########################### # Google Test framework ########################### |