diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-20 14:30:42 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-20 14:30:42 +0000 |
commit | 818744abec2065fd03ee872b671bb21ff2957ac9 (patch) | |
tree | 3578317ca93eab354e50df75b6bfeec8b86aa3fc /input/Makefile.am | |
parent | 0e6a5eb8fc4b7e64e39031e5744e1079492d4c13 (diff) |
Don't use a D-Bus well known name at the moment
Diffstat (limited to 'input/Makefile.am')
-rw-r--r-- | input/Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
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 |