[xml] PATCH: doc/examples/Makefile.am corrections
- From: Joseph Wayne Norton <norton geminimobile com>
- To: xml gnome org
- Subject: [xml] PATCH: doc/examples/Makefile.am corrections
- Date: Thu, 18 Dec 2003 14:59:43 +0900
Patch needed for builds outside of the source directory.
- JN
diff -u -3 -p -r1.1.1.1 -r1.2
--- doc/examples/Makefile.am 18 Dec 2003 03:27:25 -0000 1.1.1.1
+++ doc/examples/Makefile.am 18 Dec 2003 05:08:29 -0000 1.2
@@ -3,7 +3,7 @@ HTML_DIR=$(datadir)/doc
DOC_MODULE=libxml2-$(VERSION)
TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)/examples
-INCLUDES = -I$(top_builddir)/include -I srcdir@/include @THREAD_CFLAGS@
@Z_CFLAGS@
+INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
-I srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@
DEPS = $(top_builddir)/libxml2.la
LDADDS = @STATIC_BINARIES@ $(top_builddir)/libxml2.la @THREAD_LIBS@
@Z_LIBS@ $(ICONV_LIBS) -lm @WIN32_EXTRA_LIBADD@
diff -u -3 -p -r1.1.1.1 -r1.2
--- doc/examples/Makefile.in 18 Dec 2003 03:54:25 -0000 1.1.1.1
+++ doc/examples/Makefile.in 18 Dec 2003 05:08:29 -0000 1.2
@@ -188,7 +188,7 @@ pythondir = @pythondir@
DOC_MODULE = libxml2-$(VERSION)
TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)/examples
-INCLUDES = -I$(top_builddir)/include -I srcdir@/include @THREAD_CFLAGS@
@Z_CFLAGS@
+INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
-I srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@
DEPS = $(top_builddir)/libxml2.la
LDADDS = @STATIC_BINARIES@ $(top_builddir)/libxml2.la @THREAD_LIBS@
@Z_LIBS@ $(ICONV_LIBS) -lm @WIN32_EXTRA_LIBADD@
diff -u -3 -p -r1.1.1.1 -r1.2
--- doc/examples/index.py 18 Dec 2003 03:27:25 -0000 1.1.1.1
+++ doc/examples/index.py 18 Dec 2003 05:08:29 -0000 1.2
@@ -223,7 +223,7 @@ HTML_DIR=$(datadir)/doc
DOC_MODULE=libxml2-$(VERSION)
TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)/examples
-INCLUDES = -I$(top_builddir)/include -I srcdir@/include @THREAD_CFLAGS@
@Z_CFLAGS@
+INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
-I srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@
DEPS = $(top_builddir)/libxml2.la
LDADDS = @STATIC_BINARIES@ $(top_builddir)/libxml2.la @THREAD_LIBS@
@Z_LIBS@ $(ICONV_LIBS) -lm @WIN32_EXTRA_LIBADD@
--
norton geminimobile com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]