mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Moved SEXPR unit to utils
This commit is contained in:
parent
cf61114cee
commit
8606ca0d0b
1
AUTHORS
1
AUTHORS
@ -155,6 +155,7 @@ Patches have also been contributed by:
|
|||||||
Gui Jianfeng <guijianfeng@cn.fujitsu.com>
|
Gui Jianfeng <guijianfeng@cn.fujitsu.com>
|
||||||
Michal Novotny <minovotn@redhat.com>
|
Michal Novotny <minovotn@redhat.com>
|
||||||
Christophe Fergeau <teuf@gnome.org>
|
Christophe Fergeau <teuf@gnome.org>
|
||||||
|
Markus Groß <gross@univention.de>
|
||||||
|
|
||||||
[....send patches to get your name here....]
|
[....send patches to get your name here....]
|
||||||
|
|
||||||
|
@ -68,6 +68,7 @@ UTIL_SOURCES = \
|
|||||||
util/network.c util/network.h \
|
util/network.c util/network.h \
|
||||||
util/interface.c util/interface.h \
|
util/interface.c util/interface.h \
|
||||||
util/qparams.c util/qparams.h \
|
util/qparams.c util/qparams.h \
|
||||||
|
util/sexpr.c util/sexpr.h \
|
||||||
util/stats_linux.c util/stats_linux.h \
|
util/stats_linux.c util/stats_linux.h \
|
||||||
util/storage_file.c util/storage_file.h \
|
util/storage_file.c util/storage_file.h \
|
||||||
util/sysinfo.c util/sysinfo.h \
|
util/sysinfo.c util/sysinfo.h \
|
||||||
@ -221,7 +222,6 @@ TEST_DRIVER_SOURCES = \
|
|||||||
|
|
||||||
# Now the Hypervisor specific drivers
|
# Now the Hypervisor specific drivers
|
||||||
XEN_DRIVER_SOURCES = \
|
XEN_DRIVER_SOURCES = \
|
||||||
xen/sexpr.c xen/sexpr.h \
|
|
||||||
xen/block_stats.c xen/block_stats.h \
|
xen/block_stats.c xen/block_stats.h \
|
||||||
xen/xen_hypervisor.c xen/xen_hypervisor.h \
|
xen/xen_hypervisor.c xen/xen_hypervisor.h \
|
||||||
xen/xen_driver.c xen/xen_driver.h \
|
xen/xen_driver.c xen/xen_driver.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user