Browse Source

Some cleanup

PHP-4.0.5
Sascha Schumann 26 years ago
parent
commit
a2276107ab
  1. 1
      build-defs.h.in
  2. 1
      ext/Makefile.am
  3. 1
      ext/dbase/Makefile.am
  4. 1
      ext/gd/Makefile.am
  5. 1
      ext/odbc/Makefile.am
  6. 1
      ext/standard/Makefile.am
  7. 1
      pear/Makefile.am
  8. 1
      sapi/Makefile.am
  9. 1
      sapi/aolserver/Makefile.am
  10. 1
      sapi/apache/Makefile.am
  11. 1
      sapi/cgi/Makefile.am
  12. 1
      sapi/isapi/Makefile.am
  13. 1
      sapi/roxen/Makefile.am

1
build-defs.h.in

@ -74,7 +74,6 @@
#define PHP_PGSQL_LIBS ""
#define PHP_PROG_SENDMAIL "@PROG_SENDMAIL@"
#define PHP_REGEX_LIB ""
#define PHP_SAPI "@PHP_SAPI@"
#define PHP_SOLID_INCLUDE ""
#define PHP_SOLID_LIBS ""
#define PHP_EMPRESS_INCLUDE ""

1
ext/Makefile.am

@ -1,4 +1,3 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = @EXT_SUBDIRS@

1
ext/dbase/Makefile.am

@ -1,4 +1,3 @@
## Process this file with automake to produce Makefile.in -*- makefile -*-
noinst_LTLIBRARIES=libphpext_dbase.la
libphpext_dbase_la_SOURCES=dbf_head.c dbf_rec.c dbf_misc.c dbf_ndx.c dbase.c

1
ext/gd/Makefile.am

@ -1,4 +1,3 @@
## Process this file with automake to produce Makefile.in
SRC=gd.c gdcache.c gdttf.c
noinst_LTLIBRARIES=@GD_STATIC@

1
ext/odbc/Makefile.am

@ -1,3 +1,2 @@
## Process this file with automake to produce Makefile.in
noinst_LTLIBRARIES=libphpext_odbc.la
libphpext_odbc_la_SOURCES=php_odbc.c velocis.c

1
ext/standard/Makefile.am

@ -1,4 +1,3 @@
## Process this file with automake to produce Makefile.in
noinst_LTLIBRARIES=libphpext_standard.la
libphpext_standard_la_SOURCES=\
array.c base64.c basic_functions.c browscap.c crypt.c cyr_convert.c datetime.c \

1
pear/Makefile.am

@ -1,4 +1,3 @@
## Process this file with automake to produce Makefile.in
peardir=$(prefix)/lib/php
pear_DBdir=$(prefix)/lib/php/DB

1
sapi/Makefile.am

@ -1,4 +1,3 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = $(PHP_SAPI)

1
sapi/aolserver/Makefile.am

@ -1,4 +1,3 @@
## Process this file with automake to produce Makefile.in
noinst_LTLIBRARIES=libphpsapi_aolserver.la
libphpsapi_aolserver_la_SOURCES=aolserver.c

1
sapi/apache/Makefile.am

@ -1,4 +1,3 @@
## Process this file with automake to produce Makefile.in
APACHE_INCLUDE=@APACHE_INCLUDE@
INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/Zend $(APACHE_INCLUDE)

1
sapi/cgi/Makefile.am

@ -1,4 +1,3 @@
## Process this file with automake to produce Makefile.in
noinst_LTLIBRARIES=libphpsapi_cgi.la
libphpsapi_cgi_la_SOURCES=cgi_main.c

1
sapi/isapi/Makefile.am

@ -1,4 +1,3 @@
## Process this file with automake to produce Makefile.in
noinst_LTLIBRARIES=libphpsapi_isapi.la
libphpsapi_isapi_la_SOURCES=php4isapi.c

1
sapi/roxen/Makefile.am

@ -1,4 +1,3 @@
## Process this file with automake to produce Makefile.in
noinst_LTLIBRARIES=libphpsapi_roxen.la
libphpsapi_roxen_la_SOURCES=roxen.c
Loading…
Cancel
Save