From 4a0ebe5074545e5687f5dad4f1ab8a5e9e377553 Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Sat, 12 Oct 2002 01:01:24 +0000 Subject: [PATCH] Install sapi/embed header file as well. --- pear/Makefile.frag | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pear/Makefile.frag b/pear/Makefile.frag index 63a48eab37e..c7af45a3f01 100644 --- a/pear/Makefile.frag +++ b/pear/Makefile.frag @@ -122,7 +122,8 @@ install-headers: for i in $(HEADER_DIRS); do \ (cd $(top_srcdir)/$$i && cp -p *.h $(INSTALL_ROOT)$(phpincludedir)/$$i; \ cd $(top_builddir)/$$i && cp -p *.h $(INSTALL_ROOT)$(phpincludedir)/$$i) 2>/dev/null || true; \ - done + done; \ + cd $(top_srcdir)/sapi/embed && cp -p *.h $(INSTALL_ROOT)$(phpincludedir)/main #$(builddir)/scripts/pear: $(srcdir)/scripts/pear.in $(top_builddir)/config.status # (CONFIG_FILES=$@ CONFIG_HEADERS= $(top_builddir)/config.status)