[libvirt] [PATCH 1/8] Moved SEXPR unit to utils

Daniel P. Berrange berrange at redhat.com
Mon Feb 21 17:15:29 UTC 2011


On Mon, Feb 21, 2011 at 02:40:06PM +0100, Markus Groß wrote:
> ---
>  src/Makefile.am           |    2 +-
>  src/{xen => util}/sexpr.c |    0
>  src/{xen => util}/sexpr.h |    0
>  3 files changed, 1 insertions(+), 1 deletions(-)
>  rename src/{xen => util}/sexpr.c (100%)
>  rename src/{xen => util}/sexpr.h (100%)
> 

> diff --git a/src/Makefile.am b/src/Makefile.am
> index 30c6cd3..5c9b019 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -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		\
> diff --git a/src/xen/sexpr.c b/src/util/sexpr.c
> similarity index 100%
> rename from src/xen/sexpr.c
> rename to src/util/sexpr.c
> diff --git a/src/xen/sexpr.h b/src/util/sexpr.h
> similarity index 100%
> rename from src/xen/sexpr.h
> rename to src/util/sexpr.h

ACK

Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list