diff options
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | build.mk | 2 | ||||
| -rw-r--r-- | configure.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 4007b242dd..baf67868c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ AUTOMAKE_OPTIONS = foreign ZEND_DIR = $(srcdir)/libzend -SUBDIRS = libzend ext sapi $(TSRM_DIR) $(REGEX_DIR) . pecl +SUBDIRS = libzend ext sapi $(TSRM_DIR) $(REGEX_DIR) . pear BUILDLDFLAGS = $(EXTRA_LDFLAGS) $(LDFLAGS) @@ -17,7 +17,7 @@ SUBDIRS = libzend TSRM STAMP = buildmk.stamp -makefile_am_files = Makefile.am $(shell find ext sapi regex pecl -name Makefile.am) +makefile_am_files = Makefile.am $(shell find ext sapi regex pear -name Makefile.am) makefile_in_files = $(makefile_am_files:.am=.in) makefile_files = $(makefile_am_files:e.am=e) diff --git a/configure.in b/configure.in index 0de1f1bc6c..e3eb620b63 100644 --- a/configure.in +++ b/configure.in @@ -711,7 +711,7 @@ AC_SUBST(PHP_SAPI) AC_SUBST(INSTALL_IT) #libphp4.module -AC_OUTPUT([Makefile php4.spec ext/Makefile sapi/Makefile pecl/Makefile +AC_OUTPUT([Makefile php4.spec ext/Makefile sapi/Makefile pear/Makefile $PHP_OUTPUT_FILES scripts/mkextlib build-defs.h], [], [ |
