diff options
Diffstat (limited to 'input/Makefile.am')
-rw-r--r-- | input/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input/Makefile.am b/input/Makefile.am index c684432d..c23df9ba 100644 --- a/input/Makefile.am +++ b/input/Makefile.am @@ -1,7 +1,7 @@ noinst_PROGRAMS = bt.inputd -bt_inputd_SOURCES = main.c +bt_inputd_SOURCES = main.c input-service.h input-service.c bt_inputd_LDADD = @DBUS_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a |