From a6999f41b1da373b48e897d8fbd218617a5fefa2 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 29 May 2013 11:43:45 -0500 Subject: Dropping the dbus service file --- configure.ac | 11 ----------- data/Makefile.am | 6 ------ data/indicator-application.service.in | 3 --- 3 files changed, 20 deletions(-) delete mode 100644 data/indicator-application.service.in diff --git a/configure.ac b/configure.ac index 1cc1811..2d1ccc0 100644 --- a/configure.ac +++ b/configure.ac @@ -88,17 +88,6 @@ fi 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 ########################### diff --git a/data/Makefile.am b/data/Makefile.am index 12ee39c..85cb9c0 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,10 +1,4 @@ -dbus_servicesdir = $(DBUSSERVICEDIR) -dbus_services_DATA = indicator-application.service - -%.service: %.service.in - sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ - upstart_jobsdir = $(datadir)/upstart/sessions/ upstart_jobs_DATA = indicator-application.conf diff --git a/data/indicator-application.service.in b/data/indicator-application.service.in deleted file mode 100644 index f6ceee3..0000000 --- a/data/indicator-application.service.in +++ /dev/null @@ -1,3 +0,0 @@ -[D-BUS Service] -Name=com.canonical.indicator.application -Exec=@libexecdir@/indicator-application-service -- cgit v1.2.3