diff options
-rw-r--r-- | Makefile.objs | 2 | ||||
-rw-r--r-- | qga/commands-posix.c (renamed from qga/guest-agent-commands.c) | 0 |
2 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 diff --git a/qga/guest-agent-commands.c b/qga/commands-posix.c index 126127aae4..126127aae4 100644 --- a/qga/guest-agent-commands.c +++ b/qga/commands-posix.c |