]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Moved SEXPR unit to utils
authorMarkus Groß <gross@univention.de>
Mon, 21 Feb 2011 13:40:06 +0000 (14:40 +0100)
committerEric Blake <eblake@redhat.com>
Mon, 21 Feb 2011 17:48:02 +0000 (10:48 -0700)
AUTHORS
src/Makefile.am
src/util/sexpr.c [moved from src/xen/sexpr.c with 100% similarity]
src/util/sexpr.h [moved from src/xen/sexpr.h with 100% similarity]

diff --git a/AUTHORS b/AUTHORS
index 6ff7c14c20c6478264104ee91543d289b52bf841..fb426629eb7d95a3b6f6c3a63884d45ceeb279fd 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -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....]
 
index 30c6cd304fbd65179931de5f5f3757bd71703e49..5c9b019c9b9918d338459edf4d7d528969bf492a 100644 (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               \
similarity index 100%
rename from src/xen/sexpr.c
rename to src/util/sexpr.c
similarity index 100%
rename from src/xen/sexpr.h
rename to src/util/sexpr.h