diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-06-22 20:58:12 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-06-22 20:58:12 +0000 |
commit | 22dd53fe6ef9783c3357a6da1ecedd3b01bb7003 (patch) | |
tree | 2246d1d9f6b024ef0eb713df605f52ed3e0530ef /audio/Makefile.am | |
parent | 8636ace20adebe32149851cf068bf4b0ecb224ee (diff) |
Update build to make use of newly create files.
Diffstat (limited to 'audio/Makefile.am')
-rw-r--r-- | audio/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile.am b/audio/Makefile.am index 68648a16..84242544 100644 --- a/audio/Makefile.am +++ b/audio/Makefile.am @@ -11,7 +11,8 @@ servicedir = $(libdir)/bluetooth service_PROGRAMS = bluetoothd-service-audio bluetoothd_service_audio_SOURCES = main.c \ - manager.h manager.c headset.h headset.c ipc.h unix.h unix.c + manager.h manager.c headset.h headset.c ipc.h unix.h unix.c \ + error.h error.c device.h device.c gateway.h gateway.c bluetoothd_service_audio_LDADD = $(top_builddir)/common/libhelper.a \ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@ |