[vino] Move dbus code under server/ directory
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vino] Move dbus code under server/ directory
- Date: Mon, 23 Dec 2013 15:28:52 +0000 (UTC)
commit 6485cd4ad7865e12c8f90200bf60182f9ee9577d
Author: David King <amigadave amigadave com>
Date: Mon Dec 23 15:24:19 2013 +0000
Move dbus code under server/ directory
Makefile.am | 4 ++--
common/vino-keyring.h | 30 ------------------------------
{common => server}/vino-dbus.c | 0
{common => server}/vino-dbus.h | 0
4 files changed, 2 insertions(+), 32 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 2d246fb..6385e43 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -150,10 +150,10 @@ BUILT_SOURCES = \
$(nodist_vino_server_SOURCES)
vino_server_SOURCES = \
- common/vino-dbus.c \
- common/vino-dbus.h \
server/vino-cursor.c \
server/vino-cursor.h \
+ server/vino-dbus.c \
+ server/vino-dbus.h \
server/vino-fb.c \
server/vino-fb.h \
server/vino-input.c \
diff --git a/common/vino-dbus.c b/server/vino-dbus.c
similarity index 100%
rename from common/vino-dbus.c
rename to server/vino-dbus.c
diff --git a/common/vino-dbus.h b/server/vino-dbus.h
similarity index 100%
rename from common/vino-dbus.h
rename to server/vino-dbus.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]