From fa93cb71e83df6ee9e91d04687829a049ea18ec5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 6 Oct 2008 03:35:46 +0200 Subject: make distcheck pass --- src/Makefile.am | 2 +- src/modules/bluetooth/module-bluetooth-device.c | 2 +- src/modules/bluetooth/module-bluetooth-discover.c | 2 +- src/modules/bluetooth/module-bluetooth-proximity.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 9cbb9c70..f2771980 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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) diff --git a/src/modules/bluetooth/module-bluetooth-device.c b/src/modules/bluetooth/module-bluetooth-device.c index bf9bad65..3460fe9a 100644 --- a/src/modules/bluetooth/module-bluetooth-device.c +++ b/src/modules/bluetooth/module-bluetooth-device.c @@ -44,7 +44,7 @@ #include #include -#include "dbus-util.h" +#include "../dbus-util.h" #include "module-bluetooth-device-symdef.h" #include "ipc.h" #include "sbc.h" diff --git a/src/modules/bluetooth/module-bluetooth-discover.c b/src/modules/bluetooth/module-bluetooth-discover.c index 03abf26d..0601e9a3 100644 --- a/src/modules/bluetooth/module-bluetooth-discover.c +++ b/src/modules/bluetooth/module-bluetooth-discover.c @@ -34,7 +34,7 @@ #include #include -#include "dbus-util.h" +#include "../dbus-util.h" #include "module-bluetooth-discover-symdef.h" PA_MODULE_AUTHOR("Joao Paulo Rechi Vita"); diff --git a/src/modules/bluetooth/module-bluetooth-proximity.c b/src/modules/bluetooth/module-bluetooth-proximity.c index 5cca36e5..4cfaaf5b 100644 --- a/src/modules/bluetooth/module-bluetooth-proximity.c +++ b/src/modules/bluetooth/module-bluetooth-proximity.c @@ -43,7 +43,7 @@ #include #include -#include "dbus-util.h" +#include "../dbus-util.h" #include "module-bluetooth-proximity-symdef.h" PA_MODULE_AUTHOR("Lennart Poettering"); -- cgit