diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-10-18 21:45:14 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-10-18 21:45:14 +0000 |
commit | fcbcc7bfdfe61d57f38bd44cbc7a2edcea23e7a8 (patch) | |
tree | 9fbd328886a99ef7dc2a1bb148714b4baaa71d0d /audio/Makefile.am | |
parent | 83a8b201c5316ef297f4630ac8ece0f3dd198ff0 (diff) |
Add gstsbcutil.c and gstsbcutil.h.
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 c54a8e72..13ed4080 100644 --- a/audio/Makefile.am +++ b/audio/Makefile.am @@ -43,7 +43,8 @@ libgstbluetooth_la_SOURCES = gstbluetooth.c ipc.h \ gstsbcenc.h gstsbcenc.c \ gstsbcdec.h gstsbcdec.c \ gstsbcparse.h gstsbcparse.c \ - gsta2dpsink.h gsta2dpsink.c + gsta2dpsink.h gsta2dpsink.c \ + gstsbcutil.h gstsbcutil.c libgstbluetooth_la_LDFLAGS = -module -avoid-version -export-symbols-regex gst_plugin_desc libgstbluetooth_la_LIBADD = @SBC_LIBS@ @GSTREAMER_LIBS@ -lgstaudio-0.10 libgstbluetooth_la_CFLAGS = @GSTREAMER_CFLAGS@ @SBC_CFLAGS@ |