qemu-ga: rename guest-agent-commands.c -> commands-posix.c

This commit is contained in:
Michael Roth 2012-01-19 22:28:18 -06:00
parent 42074a9d4d
commit c216e5add1
2 changed files with 1 additions and 1 deletions

View file

@ -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