Browse Source

Install sapi/embed header file as well.

migration/unlabaled-1.29.2
Edin Kadribasic 24 years ago
parent
commit
4a0ebe5074
  1. 3
      pear/Makefile.frag

3
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)

Loading…
Cancel
Save