From 9e80202352dd49bdd9e67b8b906d86f058431505 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 11 May 2019 15:12:49 -0500 Subject: Initial import of abandoned HQEMU version 2.5.2 --- src/qga/Makefile.objs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/qga/Makefile.objs (limited to 'src/qga/Makefile.objs') diff --git a/src/qga/Makefile.objs b/src/qga/Makefile.objs new file mode 100644 index 0000000..1c5986c --- /dev/null +++ b/src/qga/Makefile.objs @@ -0,0 +1,8 @@ +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-$(CONFIG_WIN32) += vss-win32.o +qga-obj-y += qapi-generated/qga-qapi-types.o qapi-generated/qga-qapi-visit.o +qga-obj-y += qapi-generated/qga-qmp-marshal.o + +qga-vss-dll-obj-$(CONFIG_QGA_VSS) += vss-win32/ -- cgit v1.1