1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-01 14:06:55 +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,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)