make distcheck pass

This commit is contained in:
Lennart Poettering 2008-10-06 03:35:46 +02:00
parent e26ffc9b50
commit fa93cb71e8
9 changed files with 611 additions and 453 deletions

View file

@ -1590,7 +1590,7 @@ libbluetooth_ipc_la_LDFLAGS = -avoid-version
libbluetooth_ipc_la_LIBADD = $(AM_LIBADD)
libbluetooth_ipc_la_CFLAGS = $(AM_CFLAGS)
module_bluetooth_device_la_SOURCES = modules/bluetooth/module-bluetooth-device.c
module_bluetooth_device_la_SOURCES = modules/bluetooth/module-bluetooth-device.c modules/bluetooth/rtp.h
module_bluetooth_device_la_LDFLAGS = -module -avoid-version
module_bluetooth_device_la_LIBADD = $(AM_LIBADD) $(DBUS_LIBS) libpulsecore.la libdbus-util.la libbluetooth-ipc.la libbluetooth-sbc.la libsocket-util.la
module_bluetooth_device_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)

View file

@ -44,7 +44,7 @@
#include <pulsecore/time-smoother.h>
#include <pulsecore/rtclock.h>
#include "dbus-util.h"
#include "../dbus-util.h"
#include "module-bluetooth-device-symdef.h"
#include "ipc.h"
#include "sbc.h"

View file

@ -34,7 +34,7 @@
#include <pulsecore/llist.h>
#include <pulsecore/core-util.h>
#include "dbus-util.h"
#include "../dbus-util.h"
#include "module-bluetooth-discover-symdef.h"
PA_MODULE_AUTHOR("Joao Paulo Rechi Vita");

View file

@ -43,7 +43,7 @@
#include <pulsecore/core-error.h>
#include <pulsecore/start-child.h>
#include "dbus-util.h"
#include "../dbus-util.h"
#include "module-bluetooth-proximity-symdef.h"
PA_MODULE_AUTHOR("Lennart Poettering");