Moved SEXPR unit to utils

This commit is contained in:
Markus Groß 2011-02-21 14:40:06 +01:00 committed by Eric Blake
parent cf61114cee
commit 8606ca0d0b
4 changed files with 2 additions and 1 deletions

View File

@ -155,6 +155,7 @@ Patches have also been contributed by:
Gui Jianfeng <guijianfeng@cn.fujitsu.com>
Michal Novotny <minovotn@redhat.com>
Christophe Fergeau <teuf@gnome.org>
Markus Groß <gross@univention.de>
[....send patches to get your name here....]

View File

@ -68,6 +68,7 @@ UTIL_SOURCES = \
util/network.c util/network.h \
util/interface.c util/interface.h \
util/qparams.c util/qparams.h \
util/sexpr.c util/sexpr.h \
util/stats_linux.c util/stats_linux.h \
util/storage_file.c util/storage_file.h \
util/sysinfo.c util/sysinfo.h \
@ -221,7 +222,6 @@ TEST_DRIVER_SOURCES = \
# Now the Hypervisor specific drivers
XEN_DRIVER_SOURCES = \
xen/sexpr.c xen/sexpr.h \
xen/block_stats.c xen/block_stats.h \
xen/xen_hypervisor.c xen/xen_hypervisor.h \
xen/xen_driver.c xen/xen_driver.h \