2010/7/6 Daniel Veillard <veillard(a)redhat.com>:
On Tue, Jul 06, 2010 at 03:28:54PM +0200, Matthias Bolte wrote:
> ---
> Makefile.am | 2 +-
> configure.ac | 1 +
> examples/openauth/.gitignore | 5 +
> examples/openauth/Makefile.am | 5 +
> examples/openauth/openauth.c | 287 +++++++++++++++++++++++++++++++++++++++++
> libvirt.spec.in | 3 +-
> 6 files changed, 301 insertions(+), 2 deletions(-)
> create mode 100644 examples/openauth/.gitignore
> create mode 100644 examples/openauth/Makefile.am
> create mode 100644 examples/openauth/openauth.c
>
Looks fine to me, good idea :-)
ACK
Daniel
Thanks, pushed.
Matthias