summaryrefslogtreecommitdiffstats
path: root/input/Makefile.am
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2007-01-25 14:25:07 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2007-01-25 14:25:07 +0000
commitd0dc2769f9f1e9cd3ef3b430d7eff0d5d90a7e6b (patch)
tree3719e29b34e57b354bf9dad21e57ea752047d43b /input/Makefile.am
parent548af209820a7fce360f852db81ac38807c3aa3b (diff)
Moved HID store related functions to a new file
Diffstat (limited to 'input/Makefile.am')
-rw-r--r--input/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/input/Makefile.am b/input/Makefile.am
index 6aa8ef1b..16061453 100644
--- a/input/Makefile.am
+++ b/input/Makefile.am
@@ -12,7 +12,8 @@ service_PROGRAMS = bluetoothd-service-input
bluetoothd_service_input_SOURCES = \
main.c server.h server.c \
- input-service.h input-service.c
+ input-service.h input-service.c \
+ storage.h storage.c
LDADD = $(top_builddir)/common/libhelper.a \
@GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@