diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-04-13 12:06:54 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-04-13 12:06:54 +0000 |
commit | 0f00d6b4c4aa60dc1551afaeef2a739ab3ff1a25 (patch) | |
tree | 1bf14174ccb96df6dc5747d082495dc373e1e9a6 /audio | |
parent | 260b175f47f5006b34a8eceda9914f67ef0caa12 (diff) |
Add headset.h to +bluetoothd_service_audio_SOURCES
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile.am | 2 |
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@ |