php-src/sapi/Makefile.in
Stig Bakken a4877d7afd * CGI version is always installed!
* replaced --disable-pear with --with-pear=DIR (or --without-pear),
  is backwards compatible
* use --datadir, --libdir and --sysconfdir configure options to determine
  where PEAR files, shared extensions and php.ini goes
* simplified the extension version directory name
2001-04-08 22:30:17 +00:00

5 lines
72 B
Makefile

SUBDIRS = $(CGI_DIR) $(PHP_SAPI)
include $(top_srcdir)/build/rules.mk