From 73b35c403df78c10e03ded497fcb16fcb23b822e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 22 Aug 2007 21:50:59 +0000 Subject: Add skeleton for an A2DP sink element --- audio/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/Makefile.am') diff --git a/audio/Makefile.am b/audio/Makefile.am index 5b63d226..ac266ca1 100644 --- a/audio/Makefile.am +++ b/audio/Makefile.am @@ -39,9 +39,9 @@ gstreamerdir = $(libdir)/gstreamer-0.10 gstreamer_LTLIBRARIES = libgstbluetooth.la -libgstbluetooth_la_SOURCES = gstbluetooth.c ipc.h -libgstbluetooth_la_LDFLAGS = -module -avoid-version -export-dynamic -no-undefined -libgstbluetooth_la_LIBADD = @SBC_LIBS@ @GSTREAMER_LIBS@ +libgstbluetooth_la_SOURCES = gstbluetooth.c gsta2dpsink.h gsta2dpsink.c ipc.h +libgstbluetooth_la_LDFLAGS = -module -avoid-version -export-dynamic +libgstbluetooth_la_LIBADD = @SBC_LIBS@ @GSTREAMER_LIBS@ -lgstaudio-0.10 libgstbluetooth_la_CFLAGS = @GSTREAMER_CFLAGS@ @SBC_CFLAGS@ endif endif -- cgit