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:
committed by
Peter Williams
parent
97010dc389
commit
1d61348d3a
@ -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