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