diff options
author | Daniel Veillard <veillard@redhat.com> | 2006-02-28 14:22:33 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2006-02-28 14:22:33 +0000 |
commit | 0ea9f8be426567597098536ba06dddd3c5d920ba (patch) | |
tree | 6de7a687f1468fd0f674fb7d295da38ba4690159 /Makefile.am | |
parent | 2746e63e2866d2a7870e1ddc30a615a17ef99d62 (diff) | |
download | libvirt-python-0ea9f8be426567597098536ba06dddd3c5d920ba.tar.gz |
* NEWS configure.in libvirt.spec.in include/libvirt.h docs/*:
preparing release 0.0.6
Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 96865a4..f0d75a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,7 +50,8 @@ GENERATED= libvirt.py \ libvirt-export.c \ libvirtclass.txt \ libvirt-py.c \ - libvirt-py.h + libvirt-py.h \ + libvirtclass.py CLEANFILES= $(GENERATED) gen_prog libvirt.py |