From 4d90ca0aeabefff5e8f8592ca578303915c7bbc7 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Mon, 10 Sep 2001 07:56:23 +0000 Subject: [PATCH] * build fix --- ext/rpc/xmlrpc/Makefile.in | 1 - ext/rpc/xmlrpc/config.m4 | 4 ++++ ext/xmlrpc/Makefile.in | 1 - ext/xmlrpc/config.m4 | 4 ++++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ext/rpc/xmlrpc/Makefile.in b/ext/rpc/xmlrpc/Makefile.in index a3ba38b9012..8c134682a63 100644 --- a/ext/rpc/xmlrpc/Makefile.in +++ b/ext/rpc/xmlrpc/Makefile.in @@ -3,7 +3,6 @@ LTLIBRARY_NAME = libxmlrpc.la LTLIBRARY_SOURCES = xmlrpc-epi-php.c LTLIBRARY_SHARED_NAME = xmlrpc.la -EXTRA_INCLUDES = -I$(XMLRPC_INC_DIR) LTLIBRARY_LIBADD = $(XMLRPC_LIBADD) LTLIBRARY_SHARED_LIBADD = $(XMLRPC_SHARED_LIBADD) diff --git a/ext/rpc/xmlrpc/config.m4 b/ext/rpc/xmlrpc/config.m4 index 0278e3ec584..fa938be26ac 100644 --- a/ext/rpc/xmlrpc/config.m4 +++ b/ext/rpc/xmlrpc/config.m4 @@ -1,6 +1,10 @@ dnl $Id$ dnl config.m4 for extension Xmlrpc +sinclude(ext/xmlrpc/libxmlrpc/acinclude.m4) +sinclude(ext/xmlrpc/libxmlrpc/xmlrpc.m4) +sinclude(libxmlrpc/acinclude.m4) +sinclude(libxmlrpc/xmlrpc.m4) PHP_ARG_WITH(xmlrpc, for XMLRPC-EPI support, [ --with-xmlrpc[=DIR] Include XMLRPC-EPI support]) diff --git a/ext/xmlrpc/Makefile.in b/ext/xmlrpc/Makefile.in index a3ba38b9012..8c134682a63 100644 --- a/ext/xmlrpc/Makefile.in +++ b/ext/xmlrpc/Makefile.in @@ -3,7 +3,6 @@ LTLIBRARY_NAME = libxmlrpc.la LTLIBRARY_SOURCES = xmlrpc-epi-php.c LTLIBRARY_SHARED_NAME = xmlrpc.la -EXTRA_INCLUDES = -I$(XMLRPC_INC_DIR) LTLIBRARY_LIBADD = $(XMLRPC_LIBADD) LTLIBRARY_SHARED_LIBADD = $(XMLRPC_SHARED_LIBADD) diff --git a/ext/xmlrpc/config.m4 b/ext/xmlrpc/config.m4 index 0278e3ec584..fa938be26ac 100644 --- a/ext/xmlrpc/config.m4 +++ b/ext/xmlrpc/config.m4 @@ -1,6 +1,10 @@ dnl $Id$ dnl config.m4 for extension Xmlrpc +sinclude(ext/xmlrpc/libxmlrpc/acinclude.m4) +sinclude(ext/xmlrpc/libxmlrpc/xmlrpc.m4) +sinclude(libxmlrpc/acinclude.m4) +sinclude(libxmlrpc/xmlrpc.m4) PHP_ARG_WITH(xmlrpc, for XMLRPC-EPI support, [ --with-xmlrpc[=DIR] Include XMLRPC-EPI support])