2002-03-08 jacob berkman <jacob@ximian.com>
* python/Makefile.am (libxsltmodule_la_SOURCES): remove $(srcdir)
as make will automatically look there for these files
+2002-03-08 jacob berkman <jacob@ximian.com>
+
+ * 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 <daniel@veillard.com>
* configure.in libxslt/xsltwin32config.h: preparing release
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