qom: allow QOM to be linked into tools binaries
commit0c7012e0558e4312e575fd4c70652d8ef2265ff7
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 2 Sep 2015 10:18:16 +0000 (2 11:18 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 15 Sep 2015 13:35:39 +0000 (15 14:35 +0100)
tree94301efe545752426e5bab1a6f18abab31af3a4f
parentfb37726db77b21f3731b90693d2c93ade1777528
qom: allow QOM to be linked into tools binaries

The qom objects are currently added to common-obj-y
which is only linked into the system emulators. The
later crypto patches will depend on QOM infrastructure
and will also be used from tools binaries. Thus the QOM
objects are moved into a new qom-obj-y variable which
can be referenced when linking tools, system emulators
and tests.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Makefile
Makefile.objs
Makefile.target
qom/Makefile.objs
tests/Makefile