summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-03-18 20:34:23 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-03-18 20:34:23 +0000
commit073f51a7408de89931721bcfd5e382a1f0f09d39 (patch)
tree1f9ded1a34ddc2aaf913f0c0b840001d1fe1f2ca
parent79d36ecd2998a2b9314cbfcda87c7bf35136793f (diff)
downloadlibxslt-073f51a7408de89931721bcfd5e382a1f0f09d39.tar.gz
libxslt-073f51a7408de89931721bcfd5e382a1f0f09d39.tar.bz2
libxslt-073f51a7408de89931721bcfd5e382a1f0f09d39.zip
fixed a stupid bug Daniel
* python/Makefile.am: fixed a stupid bug Daniel
-rw-r--r--ChangeLog4
-rw-r--r--python/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bb78002c..4b9d44bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Mar 18 21:33:38 CET 2002 Daniel Veillard <daniel@veillard.com>
+
+ * python/Makefile.am: fixed a stupid bug
+
Mon Mar 18 20:45:27 CET 2002 Daniel Veillard <daniel@veillard.com>
* configure.in: preparing 1.0.14
diff --git a/python/Makefile.am b/python/Makefile.am
index bd30ef57..aab15328 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -57,7 +57,7 @@ GENERATED= $(srcdir)/libxsltclass.py \
$(GENERATED): $(srcdir)/$(GENERATE) $(API_DESC)
cd $(srcdir) && $(PYTHON) $(GENERATE)
-$(libxsltmodule_la_OBJECTS): $(GENERATED)
+$(libxsltmod_la_OBJECTS): $(GENERATED)
else
all: