diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2010-03-11 11:13:27 -0300 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2010-09-21 18:36:42 +0200 |
commit | 29b0040be6371c403dae0fef7fec36b814e300e8 (patch) | |
tree | 04c22eb647ed3d1985cb84adb5a82ec07374b9fe /Makefile.objs | |
parent | cd4ec0b4d169faba8cc03a16b361700e32a83bd6 (diff) |
spice: core bits
Add -spice command line switch. Has support setting passwd and port for
now. With this patch applied the spice client can successfully connect
to qemu. You can't do anything useful yet though.
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 8268574592..2b58109e81 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -88,6 +88,8 @@ common-obj-y += pflib.o common-obj-$(CONFIG_BRLAPI) += baum.o common-obj-$(CONFIG_POSIX) += migration-exec.o migration-unix.o migration-fd.o +common-obj-$(CONFIG_SPICE) += ui/spice-core.o + audio-obj-y = audio.o noaudio.o wavaudio.o mixeng.o audio-obj-$(CONFIG_SDL) += sdlaudio.o audio-obj-$(CONFIG_OSS) += ossaudio.o |