From 0f00d6b4c4aa60dc1551afaeef2a739ab3ff1a25 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 13 Apr 2007 12:06:54 +0000 Subject: Add headset.h to +bluetoothd_service_audio_SOURCES --- audio/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/Makefile.am b/audio/Makefile.am index 6bf33050..80f62b28 100644 --- a/audio/Makefile.am +++ b/audio/Makefile.am @@ -10,7 +10,7 @@ servicedir = $(libdir)/bluetooth service_PROGRAMS = bluetoothd-service-audio -bluetoothd_service_audio_SOURCES = main.c manager.h manager.c headset.c ipc.h +bluetoothd_service_audio_SOURCES = main.c manager.h manager.c headset.h headset.c ipc.h bluetoothd_service_audio_LDADD = $(top_builddir)/common/libhelper.a \ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@ -- cgit