diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2006-11-11 23:14:14 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2006-11-11 23:14:14 +0000 |
commit | 3eb0a5cd951b680c89f92bce6dddce2da2539af0 (patch) | |
tree | a57f71cb98c018b4fc09c6f0ff019c7b740e3605 /input/Makefile.am | |
parent | cd3839f1d911767db77d1383e2ac1b1df405bed2 (diff) |
Initial service skeleton for bt.inputd
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 |