diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-10-24 11:26:49 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-19 08:31:30 +0100 |
commit | 2870dc3456c9c02debb63b0a99b3dcbbf74a1048 (patch) | |
tree | a5cca905bcef33b7cbb57d7b3a0c9bfe41bfffdb /qga/Makefile.objs | |
parent | 1422e32db51ff2b1194fb24a6201c4310be5667d (diff) |
qemu-ga: move qemu-ga files to qga/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qga/Makefile.objs')
-rw-r--r-- | qga/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qga/Makefile.objs b/qga/Makefile.objs index cd3e13516c..b8d7cd0a43 100644 --- a/qga/Makefile.objs +++ b/qga/Makefile.objs @@ -1,4 +1,4 @@ -qga-obj-y = commands.o guest-agent-command-state.o +qga-obj-y = commands.o guest-agent-command-state.o main.o qga-obj-$(CONFIG_POSIX) += commands-posix.o channel-posix.o qga-obj-$(CONFIG_WIN32) += commands-win32.o channel-win32.o service-win32.o qga-obj-y += qapi-generated/qga-qapi-types.o qapi-generated/qga-qapi-visit.o |