diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-28 18:06:45 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-28 18:06:45 +0000 |
commit | 6a5605954320fe1d43fa6957e07ec4bcc9724454 (patch) | |
tree | 297c51d778bed262a93cb0700b8cd6c1872adc05 /input/Makefile.am | |
parent | f84e31fac1a1f7cf602afac6688bb4b9b02babb9 (diff) |
Rename input-service.[ch] into device.[ch]
Diffstat (limited to 'input/Makefile.am')
-rw-r--r-- | input/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
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@ |