diff options
author | Peter Williams <peterw@ximian.com> | 2001-07-18 17:42:10 +0000 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-07-18 17:42:10 +0000 |
commit | 1d61348d3abfe1065c9d95c9f04007939b09bc32 (patch) | |
tree | 65c61427b9827de0374ff04f266c74230616b389 /xsltproc | |
parent | 97010dc389af35e79d02153889e023f038f3eb39 (diff) | |
download | libxslt-1d61348d3abfe1065c9d95c9f04007939b09bc32.tar.gz libxslt-1d61348d3abfe1065c9d95c9f04007939b09bc32.tar.bz2 libxslt-1d61348d3abfe1065c9d95c9f04007939b09bc32.zip |
Fix compiling when srcdir != builddir.
2001-07-18 Peter Williams <peterw@ximian.com>
* xsltproc/Makefile.am (INCLUDES): Fix compiling when
srcdir != builddir.
Diffstat (limited to 'xsltproc')
-rw-r--r-- | xsltproc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xsltproc/Makefile.am b/xsltproc/Makefile.am index d20212d0..dc5e802c 100644 --- a/xsltproc/Makefile.am +++ b/xsltproc/Makefile.am @@ -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) |