From aa5db8243ca83c27c41a1957bd591faa8763581c Mon Sep 17 00:00:00 2001 From: jacob berkman Date: Fri, 8 Mar 2002 18:25:29 +0000 Subject: [PATCH] remove $(srcdir) as make will automatically look there for these files 2002-03-08 jacob berkman * python/Makefile.am (libxsltmodule_la_SOURCES): remove $(srcdir) as make will automatically look there for these files --- ChangeLog | 5 +++++ python/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8211942c..147fb003 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-03-08 jacob berkman + + * python/Makefile.am (libxsltmodule_la_SOURCES): remove $(srcdir) + as make will automatically look there for these files + Fri Mar 8 17:44:31 CET 2002 Daniel Veillard * configure.in libxslt/xsltwin32config.h: preparing release diff --git a/python/Makefile.am b/python/Makefile.am index 83ea4507..84cfc973 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -37,7 +37,7 @@ libxsltmod_so_SOURCES = libxsltmod_so_LDFLAGS = $(mylibs) $(LIBS) -shared -Wl,-soname,libxsltmod.so noinst_LTLIBRARIES = libxsltmodule.la -libxsltmodule_la_SOURCES = $(srcdir)/libxslt.c $(srcdir)/types.c $(srcdir)/libxslt-py.c +libxsltmodule_la_SOURCES = libxslt.c types.c libxslt-py.c GENERATE = generator.py API_DESC = $(top_srcdir)/doc/libxslt-api.xml $(srcdir)/libxslt-python-api.xml