diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-21 23:23:19 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-21 23:23:19 +0000 |
commit | 72217a2993a6ef3d252e0f3fdafa78bb1726b705 (patch) | |
tree | 76b93c0dfa0a28acbfcc9f95bdf872c0d60c742f /input/Makefile.am | |
parent | e67f1e9e5f1fd1f1c5ded32cd7f3bf2242d20f0d (diff) |
Add skeleton for server handling
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 72f95dca..7716bec6 100644 --- a/input/Makefile.am +++ b/input/Makefile.am @@ -4,7 +4,8 @@ servicedir = $(libdir)/bluetooth noinst_PROGRAMS = bluetoothd-service-input bluetoothd_service_input_SOURCES = \ - main.c input-service.h input-service.c + main.c server.h server.c \ + input-service.h input-service.c LDADD = $(top_builddir)/common/libhelper.a \ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@ |