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:
committed by
Peter Williams
parent
97010dc389
commit
1d61348d3a
@@ -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]
|
||||
|
@@ -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)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user