summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2006-02-15 13:21:17 +0000
committerDaniel Veillard <veillard@redhat.com>2006-02-15 13:21:17 +0000
commit5d1e9d872367351fc878c268c9d7a2183851c23a (patch)
treef5e51c55bb2f5d02dee26436264482d491cef83a
parent8272e2a036b6d0659242b65f55b5e7b3c28f0341 (diff)
downloadlibvirt-python-split-5d1e9d872367351fc878c268c9d7a2183851c23a.tar.gz
libvirt-python-split-5d1e9d872367351fc878c268c9d7a2183851c23a.tar.xz
libvirt-python-split-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
-rw-r--r--Makefile.am4
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