summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2000-02-25 21:27:03 +0000
committerStig Bakken <ssb@php.net>2000-02-25 21:27:03 +0000
commitd23e5d837add8aa68b4376ff6c4b3ba6b201b894 (patch)
treea7317cc78c8a5e75eede50ed1043ca24a71bcf65 /Makefile.in
parent117087697414b89077b2485ed3796f62f75750f9 (diff)
downloadphp-git-d23e5d837add8aa68b4376ff6c4b3ba6b201b894.tar.gz
@- Implemented default_charset and default_mimetype config directives (Stig)
Implemented default_charset and default_mimetype configuration directives. Started implementing ticks in PHP.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index c84ad7adc0..05291688e7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -8,13 +8,13 @@ ZEND_DIR = $(srcdir)/Zend
SUBDIRS = Zend ext sapi $(TSRM_DIR) $(REGEX_DIR) . $(PEAR_DIR)
LTLIBRARY_NAME = libphp4.la
-
+
LTLIBRARY_SOURCES = \
main.c internal_functions.c snprintf.c php_sprintf.c \
configuration-parser.c configuration-scanner.c \
safe_mode.c fopen-wrappers.c php_realpath.c alloca.c \
php_ini.c SAPI.c rfc1867.c dlist.c php_content_types.c strlcpy.c \
- strlcat.c mergesort.c reentrancy.c php_variables.c
+ strlcat.c mergesort.c reentrancy.c php_variables.c php_ticks.c
LTLIBRARY_DEPENDENCIES = \
Zend/libZend.la \
@@ -35,7 +35,7 @@ PROGRAM_DEPENDENCIES = $(PROGRAM_LDADD)
targets = $(LTLIBRARY_NAME) $(PROGRAM_NAME)
install_targets = install-local install-modules
-
+
include $(topsrcdir)/build/rules.mk
include $(topsrcdir)/build/library.mk
include $(topsrcdir)/build/program.mk