From e0581b5e29c71c4a0b429ebad671e9bb5583f8e0 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 29 Jul 2008 20:35:12 +0200 Subject: Move hcid to src directory and rename it to bluetoothd --- input/Makefile.am | 2 +- input/manager.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'input') diff --git a/input/Makefile.am b/input/Makefile.am index 1bc81fbe..44f416e3 100644 --- a/input/Makefile.am +++ b/input/Makefile.am @@ -17,7 +17,7 @@ AM_LDFLAGS = -module -avoid-version -no-undefined \ AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@ -INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/hcid +INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/src EXTRA_DIST = input.conf input-api.txt test-input diff --git a/input/manager.c b/input/manager.c index 6e53779e..08609601 100644 --- a/input/manager.c +++ b/input/manager.c @@ -44,8 +44,8 @@ #include "logging.h" #include "textfile.h" -#include "../hcid/adapter.h" -#include "../hcid/device.h" +#include "../src/adapter.h" +#include "../src/device.h" #include "device.h" #include "server.h" -- cgit