summaryrefslogtreecommitdiffstats
path: root/audio/Makefile.am
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-04-13 12:06:54 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-04-13 12:06:54 +0000
commit0f00d6b4c4aa60dc1551afaeef2a739ab3ff1a25 (patch)
tree1bf14174ccb96df6dc5747d082495dc373e1e9a6 /audio/Makefile.am
parent260b175f47f5006b34a8eceda9914f67ef0caa12 (diff)
Add headset.h to +bluetoothd_service_audio_SOURCES
Diffstat (limited to 'audio/Makefile.am')
-rw-r--r--audio/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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@