This patch fixes two things:
* zend_object_API.c has been renamed to zend_objects_API.c
* zend_mm.c has been added and is needed to compile an application using
the Zend Engine.

Also, I have one related question: how come we say noinst_LTLIBRARIES
instead of lib_LTLIBRARIES?  Wouldn't it be good if it was really easy
to install the Zend engine system-wide, including the .so and .h files
and so on?  I'll gladly write the patch if you want it.

-- 
Best regards,

Per Lundberg / Capio ApS
Phone: +46-18-4186040
Fax: +46-18-4186049
Web: http://www.capio.com

? autom4te.cache
Index: Makefile.am
===================================================================
RCS file: /repository/ZendEngine2/Makefile.am,v
retrieving revision 1.50
diff -u -r1.50 Makefile.am
--- Makefile.am 18 Feb 2003 09:37:53 -0000      1.50
+++ Makefile.am 17 Mar 2003 09:16:25 -0000
@@ -14,7 +14,7 @@
        zend_variables.c zend.c zend_API.c zend_extensions.c zend_hash.c \
        zend_list.c zend_indent.c zend_builtin_functions.c zend_sprintf.c \
        zend_ini.c zend_qsort.c zend_objects.c zend_object_handlers.c \
-       zend_object_API.c zend_ts_hash.c zend_stream.c
+       zend_objects_API.c zend_ts_hash.c zend_stream.c zend_mm.c
 
 libZend_la_LDFLAGS =
 libZend_la_LIBADD = @ZEND_EXTRA_LIBS@

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to