Re: [libvirt] [libvirt-designer][PATCH v2 3/4] examples: Create an example of usage program

2012-09-11 Thread Daniel P. Berrange
On Mon, Sep 10, 2012 at 03:58:27PM +0200, Michal Privoznik wrote: diff --git a/configure.ac b/configure.ac index 795990f..bdee845 100644 --- a/configure.ac +++ b/configure.ac @@ -13,6 +13,7 @@ AM_SILENT_RULES([yes]) LIBOSINFO_REQUIRED=0.0.5 LIBVIRT_GCONFIG_REQUIRED=0.0.9

[libvirt] [libvirt-designer][PATCH v2 3/4] examples: Create an example of usage program

2012-09-10 Thread Michal Privoznik
--- .gitignore |1 + Makefile.am |2 +- configure.ac | 12 ++- examples/Makefile.am | 21 examples/virtxml.c | 317 ++ 5 files changed, 351 insertions(+), 2 deletions(-) create mode 100644

Re: [libvirt] [libvirt-designer][PATCH v2 3/4] examples: Create an example of usage program

2012-09-10 Thread Martin Kletzander
On 09/10/2012 03:58 PM, Michal Privoznik wrote: --- .gitignore |1 + Makefile.am |2 +- configure.ac | 12 ++- examples/Makefile.am | 21 examples/virtxml.c | 317 ++ 5 files changed, 351