summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2011-03-23 17:43:51 +0100
committerHans de Goede <hdegoede@redhat.com>2011-04-04 14:01:58 +0200
commit42d29b6a89f0e5a0bed5c94546e1ae2f53a667dc (patch)
treedea79c6138cdb7d80bc1c0b95831a759e1d329fb
parent120cbb77fddaca117db1d4e900a1f225053a0497 (diff)
autotools: move source files to a src/ subdir
-rw-r--r--Makefile.am24
-rw-r--r--src/console-kit.c (renamed from console-kit.c)0
-rw-r--r--src/console-kit.h (renamed from console-kit.h)0
-rw-r--r--src/udscs.c (renamed from udscs.c)0
-rw-r--r--src/udscs.h (renamed from udscs.h)0
-rw-r--r--src/vdagent-virtio-port.c (renamed from vdagent-virtio-port.c)0
-rw-r--r--src/vdagent-virtio-port.h (renamed from vdagent-virtio-port.h)0
-rw-r--r--src/vdagent-x11.c (renamed from vdagent-x11.c)0
-rw-r--r--src/vdagent-x11.h (renamed from vdagent-x11.h)0
-rw-r--r--src/vdagent.c (renamed from vdagent.c)0
-rw-r--r--src/vdagentd-proto-strings.h (renamed from vdagentd-proto-strings.h)0
-rw-r--r--src/vdagentd-proto.h (renamed from vdagentd-proto.h)0
-rw-r--r--src/vdagentd-uinput.c (renamed from vdagentd-uinput.c)0
-rw-r--r--src/vdagentd-uinput.h (renamed from vdagentd-uinput.h)0
-rw-r--r--src/vdagentd.c (renamed from vdagentd.c)0
15 files changed, 12 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am
index 634db79..aa9ef43 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,16 +9,16 @@ spice_vdagent_SOURCES = src/vdagent.c src/vdagent-x11.c src/udscs.c
spice_vdagentd_CFLAGS = $(DBUS_CFLAGS) $(SPICE_CFLAGS)
spice_vdagentd_LDADD = $(DBUS_LIBS) $(SPICE_LIBS)
-spice_vdagentd_SOURCES = vdagentd.c \
- vdagentd-uinput.c \
- vdagent-virtio-port.c \
- console-kit.c \
- udscs.c
+spice_vdagentd_SOURCES = src/vdagentd.c \
+ src/vdagentd-uinput.c \
+ src/vdagent-virtio-port.c \
+ src/console-kit.c \
+ src/udscs.c
-noinst_HEADERS = console-kit.h \
- vdagentd-proto-strings.h \
- vdagent-x11.h \
- udscs.h \
- vdagentd-uinput.h \
- vdagentd-proto.h \
- vdagent-virtio-port.h
+noinst_HEADERS = src/console-kit.h \
+ src/vdagentd-proto-strings.h \
+ src/vdagent-x11.h \
+ src/udscs.h \
+ src/vdagentd-uinput.h \
+ src/vdagentd-proto.h \
+ src/vdagent-virtio-port.h
diff --git a/console-kit.c b/src/console-kit.c
index eb15939..eb15939 100644
--- a/console-kit.c
+++ b/src/console-kit.c
diff --git a/console-kit.h b/src/console-kit.h
index f041f86..f041f86 100644
--- a/console-kit.h
+++ b/src/console-kit.h
diff --git a/udscs.c b/src/udscs.c
index 3d9a9e3..3d9a9e3 100644
--- a/udscs.c
+++ b/src/udscs.c
diff --git a/udscs.h b/src/udscs.h
index 251e2d0..251e2d0 100644
--- a/udscs.h
+++ b/src/udscs.h
diff --git a/vdagent-virtio-port.c b/src/vdagent-virtio-port.c
index 02457d1..02457d1 100644
--- a/vdagent-virtio-port.c
+++ b/src/vdagent-virtio-port.c
diff --git a/vdagent-virtio-port.h b/src/vdagent-virtio-port.h
index db446a1..db446a1 100644
--- a/vdagent-virtio-port.h
+++ b/src/vdagent-virtio-port.h
diff --git a/vdagent-x11.c b/src/vdagent-x11.c
index 5068bc9..5068bc9 100644
--- a/vdagent-x11.c
+++ b/src/vdagent-x11.c
diff --git a/vdagent-x11.h b/src/vdagent-x11.h
index 800cbd0..800cbd0 100644
--- a/vdagent-x11.h
+++ b/src/vdagent-x11.h
diff --git a/vdagent.c b/src/vdagent.c
index 2a72adb..2a72adb 100644
--- a/vdagent.c
+++ b/src/vdagent.c
diff --git a/vdagentd-proto-strings.h b/src/vdagentd-proto-strings.h
index 02adf01..02adf01 100644
--- a/vdagentd-proto-strings.h
+++ b/src/vdagentd-proto-strings.h
diff --git a/vdagentd-proto.h b/src/vdagentd-proto.h
index e570d2b..e570d2b 100644
--- a/vdagentd-proto.h
+++ b/src/vdagentd-proto.h
diff --git a/vdagentd-uinput.c b/src/vdagentd-uinput.c
index 54cccb0..54cccb0 100644
--- a/vdagentd-uinput.c
+++ b/src/vdagentd-uinput.c
diff --git a/vdagentd-uinput.h b/src/vdagentd-uinput.h
index 132986b..132986b 100644
--- a/vdagentd-uinput.h
+++ b/src/vdagentd-uinput.h
diff --git a/vdagentd.c b/src/vdagentd.c
index 21588c5..21588c5 100644
--- a/vdagentd.c
+++ b/src/vdagentd.c