From c3e39448e5af3896b90f40df2339d9f4b468eb88 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 1 Feb 2002 09:29:41 +0000 Subject: [PATCH] Jacob sent a patch to allow building from tarfile. Daniel * python/Makefile.am: Jacob sent a patch to allow building from tarfile. Daniel --- ChangeLog | 5 +++++ Makefile.am | 2 +- python/Makefile.am | 7 +++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ce2be473..a18bc175 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 1 10:28:51 CET 2002 Daniel Veillard + + * python/Makefile.am: Jacob sent a patch to allow building from + tarfile. + Fri Feb 1 00:40:48 CET 2002 Daniel Veillard * python/Makefile.am python/libxml.c configure.in Makefile.am: diff --git a/Makefile.am b/Makefile.am index 98699978..6d870545 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -#AUTOMAKE_OPTIONS=no-dependencies +#AUTOMAKE_ OPTIONS=no-dependencies SUBDIRS = include . doc example python diff --git a/python/Makefile.am b/python/Makefile.am index 0cac58b7..3ac8c78e 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -2,6 +2,13 @@ LIBS=-L../.libs -L.. $(XML_LIBS) INCLUDES=-I$(PYTHON_INCLUDES) -I$(top_srcdir)/include SHCFLAGS=$(INCLUDES) -Wall -fPIC LINK_FLAGS= -shared + +EXTRA_DIST = \ + libxml.c \ + generator.py \ + libxml_wrap.h \ + libxml.py + if WITH_PYTHON all: _libxml.so libxml2.py