From 818744abec2065fd03ee872b671bb21ff2957ac9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 20 Jan 2007 14:30:42 +0000 Subject: Don't use a D-Bus well known name at the moment --- input/Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'input/Makefile.am') diff --git a/input/Makefile.am b/input/Makefile.am index 6565d8c1..80428b0a 100644 --- a/input/Makefile.am +++ b/input/Makefile.am @@ -1,10 +1,4 @@ -if CONFIGFILES -dbusdir = $(sysconfdir)/dbus-1/system.d - -dbus_DATA = bluetooth-input.conf -endif - servicedir = $(libdir)/bluetooth noinst_PROGRAMS = bluetoothd-service-input @@ -19,6 +13,6 @@ AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ INCLUDES = -I$(top_srcdir)/common -EXTRA_DIST = bluetooth-input.conf +EXTRA_DIST = input-api.txt MAINTAINERCLEANFILES = Makefile.in -- cgit