diff options
author | Michael Roth <mdroth@linux.vnet.ibm.com> | 2012-01-19 22:28:18 -0600 |
---|---|---|
committer | Michael Roth <mdroth@linux.vnet.ibm.com> | 2012-02-23 15:40:16 -0600 |
commit | c216e5add11d3539810657e5524881fb0bd25d91 (patch) | |
tree | 7a0227642944d47b01f0802a59aa5ffb7bea3053 /Makefile.objs | |
parent | 42074a9d4d4cf0b7c2a3210de424f9b11268abb4 (diff) |
qemu-ga: rename guest-agent-commands.c -> commands-posix.c
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index 49ab82bc7e..6ce8a1dae0 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -424,7 +424,7 @@ common-obj-y += qmp.o hmp.o ###################################################################### # guest agent -qga-nested-y = commands.o guest-agent-commands.o guest-agent-command-state.o +qga-nested-y = commands.o commands-posix.o guest-agent-command-state.o qga-nested-y += channel-posix.o qga-obj-y = $(addprefix qga/, $(qga-nested-y)) qga-obj-y += qemu-ga.o qemu-sockets.o module.o qemu-option.o |