summaryrefslogtreecommitdiffstats
path: root/audio/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-05-26 16:31:17 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-05-26 16:31:17 +0000
commit0097d93ac82733bae644a0be3c6ad0eab6cff4db (patch)
tree71d1de009f3f69c434817d689423c5773af3c8f6 /audio/Makefile.am
parent2a211b1c03d153d3884b8528da6865ebd804415c (diff)
Add unix.c and unix.h skeletons
Diffstat (limited to 'audio/Makefile.am')
-rw-r--r--audio/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile.am b/audio/Makefile.am
index c1bd4ba3..63448a86 100644
--- a/audio/Makefile.am
+++ b/audio/Makefile.am
@@ -10,7 +10,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
+bluetoothd_service_audio_SOURCES = main.c \
+ manager.h manager.c headset.h headset.c ipc.h unix.h unix.c
bluetoothd_service_audio_LDADD = $(top_builddir)/common/libhelper.a \
@GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@