From 0097d93ac82733bae644a0be3c6ad0eab6cff4db Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 26 May 2007 16:31:17 +0000 Subject: Add unix.c and unix.h skeletons --- audio/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio/Makefile.am') 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@ -- cgit