remove $(srcdir) as make will automatically look there for these files
authorjacob berkman <jacob@ximian.com>
Fri, 8 Mar 2002 18:25:29 +0000 (18:25 +0000)
committerJacob Berkman <jberkman@src.gnome.org>
Fri, 8 Mar 2002 18:25:29 +0000 (18:25 +0000)
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

ChangeLog
python/Makefile.am

index 8211942..147fb00 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 83ea450..84cfc97 100644 (file)
@@ -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