Re: [xml] libxslt 1.0.2 build patch
- From: Darin Adler <darin bentspoon com>
- To: Tomasz K³oczko <kloczek rudy mif pg gda pl>
- Cc: <xml gnome org>
- Subject: Re: [xml] libxslt 1.0.2 build patch
- Date: Sat, 18 Aug 2001 12:34:28 -0700
On Saturday, August 18, 2001, at 11:51 AM, Tomasz K³oczko wrote:
On Fri, 17 Aug 2001 xml thewrittenword com wrote:
$(CFLAGS) will be used in libxslt/Makefile.in without having it in
$(INCLUDES). With it there, all $CFLAGS get duplicated.
--- libxslt/Makefile.am.orig Fri Aug 17 22:12:58 2001
+++ libxslt/Makefile.am Fri Aug 17 22:13:08 2001
@@ -1,5 +1,4 @@
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libxslt \
- $(LIBXML_CFLAGS) $(CFLAGS)
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libxslt $(LIBXML_CFLAGS)
^^^^^^^^^^^^^^^^^^^^^^
Instead obove can be siple used "-I."
No. $(top_srcdir)/libxslt is the same as $(srcdir), but $(srcdir) is not .
when srcdir != builddir.
-- Darin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]