bluez: rename files from nm-bluez-* to nm-bluez4-*

Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Haller 2013-09-20 21:00:33 +02:00
parent b246788bc4
commit 03aeaf7b77
4 changed files with 5 additions and 5 deletions

View file

@ -266,9 +266,9 @@ nm_sources += \
if WITH_BLUEZ4
nm_sources += \
bluez-manager/nm-bluez-adapter.h \
bluez-manager/nm-bluez-adapter.c \
bluez-manager/nm-bluez-manager.c
bluez-manager/nm-bluez4-adapter.h \
bluez-manager/nm-bluez4-adapter.c \
bluez-manager/nm-bluez4-manager.c
else
nm_sources += \
bluez-manager/nm-bluez5-manager.c

View file

@ -23,7 +23,7 @@
#include "NetworkManager.h"
#include "nm-dbus-manager.h"
#include "nm-bluez-adapter.h"
#include "nm-bluez4-adapter.h"
#include "nm-bluez-device.h"
#include "nm-bluez-common.h"
#include "nm-dbus-glib-types.h"

View file

@ -27,7 +27,7 @@
#include "nm-logging.h"
#include "nm-dbus-glib-types.h"
#include "nm-bluez-manager.h"
#include "nm-bluez-adapter.h"
#include "nm-bluez4-adapter.h"
#include "nm-dbus-manager.h"
#include "nm-bluez-common.h"