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 --- audio/Makefile.am | 2 +- audio/manager.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'audio') diff --git a/audio/Makefile.am b/audio/Makefile.am index 0c6acfab..bd54e9cb 100644 --- a/audio/Makefile.am +++ b/audio/Makefile.am @@ -55,7 +55,7 @@ endif AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@ -INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/hcid -I$(top_srcdir)/sdpd +INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/src EXTRA_DIST = audio.conf audio-api.txt test-audio asound.conf diff --git a/audio/manager.c b/audio/manager.c index cb33158a..b1da8426 100644 --- a/audio/manager.c +++ b/audio/manager.c @@ -49,8 +49,8 @@ #include #include "glib-helper.h" -#include "../hcid/adapter.h" -#include "../hcid/device.h" +#include "../src/adapter.h" +#include "../src/device.h" #include "dbus-service.h" #include "logging.h" -- cgit