bluetooth: add update-sbc and friends
authorMarc-André Lureau <marcandre.lureau@gmail.com>
Thu, 8 Jan 2009 16:25:12 +0000 (18:25 +0200)
committerMarc-André Lureau <marcandre.lureau@gmail.com>
Thu, 8 Jan 2009 17:16:59 +0000 (19:16 +0200)
commitd096ad78d35156cb61f5c2aee4bb3f58a055da56
tree1191779d03781a6c6bb36840f8e1879727dbc77c
parent8e200ed0ce071cba686251b42cdbc5356f8fee75
bluetooth: add update-sbc and friends

Grr.. You can't do:

SBC_FILES = a b c
libsbc_SOURCES = $(addprefix modules/bluetooth/,$(SBC_FILES))

With automake...

So I $(strip 'modules/bluetooth/') instead.
src/Makefile.am