From 6a5605954320fe1d43fa6957e07ec4bcc9724454 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 28 Jan 2007 18:06:45 +0000 Subject: Rename input-service.[ch] into device.[ch] --- input/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'input/Makefile.am') diff --git a/input/Makefile.am b/input/Makefile.am index 16061453..e39bd254 100644 --- a/input/Makefile.am +++ b/input/Makefile.am @@ -10,10 +10,8 @@ servicedir = $(libdir)/bluetooth service_PROGRAMS = bluetoothd-service-input -bluetoothd_service_input_SOURCES = \ - main.c server.h server.c \ - input-service.h input-service.c \ - storage.h storage.c +bluetoothd_service_input_SOURCES = main.c \ + server.h server.c device.h device.c storage.h storage.c LDADD = $(top_builddir)/common/libhelper.a \ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@ -- cgit