1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-05 23:35:48 +03:00

Fix compiling when srcdir != builddir.

2001-07-18  Peter Williams  <peterw@ximian.com>

	* xsltproc/Makefile.am (INCLUDES): Fix compiling when
	srcdir != builddir.
This commit is contained in:
Peter Williams
2001-07-18 17:42:10 +00:00
committed by Peter Williams
parent 97010dc389
commit 1d61348d3a
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2001-07-18 Peter Williams <peterw@ximian.com>
* xsltproc/Makefile.am (INCLUDES): Fix compiling when
srcdir != builddir.
2001-07-17 Thomas Broyer <tbroyer@ltgt.net>
* libexslt/.cvsignore libexslt/Makefile.am libexslt/utils.[ch]

View File

@@ -1,4 +1,4 @@
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libxslt -I$(top_srcdir)/libexslt \
INCLUDES = -I$(top_srcdir) -I$(top_builddir)/libxslt -I$(top_srcdir)/libxslt -I$(top_srcdir)/libexslt \
$(LIBXML_CFLAGS) $(CFLAGS)