pulseaudio/src/modules/bluetooth
Colin Guthrie 3e28f60592 build-sys: Replace dummy Makefiles with proper Makefile.am's
This is needed to better support out of tree builds (including
distcheck) and to ensure the necessary folders are created in the
build tree on configure and also works around an intl-tools bug
(https://bugs.launchpad.net/intltool/+bug/605826)

The Makefile.am's used are minimal (and in some cases completely
blank). At present they do not include anything interesting
with the majority of the real work still done by the monolitic
src/Makefile.am

It may make sense to start splitting out src/Makefile.am into
smaller chunks but this commit makes the minimum changes to address
the issues that result from using make distcheck and other out of
tree builds.

Note: This 'breaks' the ability to type make in e.g. the src/modules
folder and have all of PA rebuilt accordingly (this is because the
static Makefiles previously present just did a "make -C ..") which
was purportedly for use in emacs. But I'm sure there will be a better
and more robust way to configure emacs to do your builds properly if
this behaviour is still desirable.
2010-12-05 15:58:59 +00:00
..
bluetooth-util.c bluetooth: make use of dbus-util helper functions 2010-10-20 14:30:05 +03:00
bluetooth-util.h bluetooth: Add support for Media API 2010-10-07 17:22:41 +03:00
ipc.c Update ipc to match new message headers introduced on BlueZ 4.34. 2009-03-26 15:40:04 -03:00
ipc.h bluetooth: Add support for Media API 2010-10-07 17:22:41 +03:00
Makefile.am build-sys: Replace dummy Makefiles with proper Makefile.am's 2010-12-05 15:58:59 +00:00
module-bluetooth-device.c bluetooth: Add support for Media API 2010-10-07 17:22:41 +03:00
module-bluetooth-discover.c bluetooth: add HFP Gateway support 2010-02-21 20:51:08 +01:00
module-bluetooth-proximity.c dbus: remove filter functions only if they were actually set before 2010-02-09 22:28:17 +00:00
proximity-helper.c Move bluetooth proximity module to src/modules/bluetooth/ 2008-09-11 01:12:10 +03:00
rtp.h pull in new SBC/BT files 2009-02-03 01:33:48 +01:00
sbc.c Fix misuse of 'frame.joint' when estimating the frame length. 2009-03-26 15:40:03 -03:00
sbc.h Maintain the original code style for sbc. 2009-03-26 15:40:03 -03:00
sbc_math.h update sbc stuff 2009-02-02 01:44:37 +01:00
sbc_primitives.c bluetooth: update SBC from upstream 2009-02-18 15:20:08 +02:00
sbc_primitives.h bluetooth: update SBC from upstream 2009-02-18 15:20:08 +02:00
sbc_primitives_mmx.c bluetooth: update SBC from upstream 2009-02-18 15:20:08 +02:00
sbc_primitives_mmx.h update sbc stuff 2009-02-02 01:44:37 +01:00
sbc_primitives_neon.c bluetooth: update SBC from upstream 2009-02-18 15:20:08 +02:00
sbc_primitives_neon.h update sbc stuff 2009-02-02 01:44:37 +01:00
sbc_tables.h update sbc stuff 2009-02-02 01:44:37 +01:00