diff options
Diffstat (limited to 'input/Makefile.am')
-rw-r--r-- | input/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/input/Makefile.am b/input/Makefile.am index e39bd254..523e001b 100644 --- a/input/Makefile.am +++ b/input/Makefile.am @@ -11,7 +11,8 @@ servicedir = $(libdir)/bluetooth service_PROGRAMS = bluetoothd-service-input bluetoothd_service_input_SOURCES = main.c \ - server.h server.c device.h device.c storage.h storage.c + manager.h manager.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@ |