diff options
author | Daniel Veillard <veillard@redhat.com> | 2006-02-15 13:21:17 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2006-02-15 13:21:17 +0000 |
commit | 5d1e9d872367351fc878c268c9d7a2183851c23a (patch) | |
tree | f5e51c55bb2f5d02dee26436264482d491cef83a /Makefile.am | |
parent | 8272e2a036b6d0659242b65f55b5e7b3c28f0341 (diff) | |
download | libvirt-python-v6-5d1e9d872367351fc878c268c9d7a2183851c23a.tar.gz libvirt-python-v6-5d1e9d872367351fc878c268c9d7a2183851c23a.tar.xz libvirt-python-v6-5d1e9d872367351fc878c268c9d7a2183851c23a.zip |
* configure.in libvirt.spec.in include/libvirt.h.in python/Makefile.am
src/Makefile.am: fix rpm packaging problems whith head, more
LIBVIR -> LIBVIRT changes.
Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index a31c17d..c57b9f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # Makefile for libvirt python library -SUBRIRS= . tests +SUBDIRS= . tests INCLUDES = \ -I$(PYTHON_INCLUDES) \ @@ -8,7 +8,7 @@ INCLUDES = \ -I$(top_builddir)/include \ -I$(top_builddir)/$(subdir) -DOCS_DIR = $(datadir)/doc/libvirt-python-$(LIBVIR_VERSION) +DOCS_DIR = $(datadir)/doc/libvirt-python-$(LIBVIRT_VERSION) DOCS = ${srcdir}/TODO |