From 5d1e9d872367351fc878c268c9d7a2183851c23a Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 15 Feb 2006 13:21:17 +0000 Subject: * 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 --- Makefile.am | 4 ++-- 1 file 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 -- cgit