From: MySQL Team Date: Sat, 19 Feb 2000 21:45:44 +0000 (+0000) Subject: Add missing files to Makefile X-Git-Tag: php-4.0b4_rc1~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7c9624c5b70e14337a0e1ba5168efbc9850a234;p=php Add missing files to Makefile --- diff --git a/ext/mysql/libmysql/Makefile b/ext/mysql/libmysql/Makefile index 943c978a0c..dcb2ea2cb9 100644 --- a/ext/mysql/libmysql/Makefile +++ b/ext/mysql/libmysql/Makefile @@ -2,7 +2,8 @@ # the minimized libmysql library # This file is autogenerated from Makefile.am CFLAGS= -I. -DUNDEF_THREADS_HACK -obj=my_init.o my_static.o my_malloc.o my_realloc.o my_create.o my_delete.o my_tempnam.o my_open.o mf_casecnv.o my_read.o my_write.o errors.o my_error.o my_getwd.o my_div.o mf_pack.o my_messnc.o mf_dirname.o mf_fn_ext.o mf_wcomp.o typelib.o safemalloc.o my_alloc.o mf_format.o mf_path.o mf_unixpath.o my_fopen.o mf_loadpath.o my_pthread.o my_thr_init.o thr_mutex.o mulalloc.o string.o default.o my_compress.o array.o my_once.o list.o my_net.o dbug.o strmov.o strxmov.o strnmov.o strmake.o strend.o strfill.o ct_init.o is_prefix.o int2str.o str2int.o strinstr.o strcont.o strcend.o bchange.o bmove.o bmove_upp.o longlong2str.o strtoull.o strtoll.o ctype-latin1.o +obj=my_init.o my_static.o my_malloc.o my_realloc.o my_create.o my_delete.o my_tempnam.o my_open.o mf_casecnv.o my_read.o my_write.o errors.o my_error.o my_getwd.o my_div.o mf_pack.o my_messnc.o mf_dirname.o mf_fn_ext.o mf_wcomp.o typelib.o safemalloc.o my_alloc.o mf_format.o mf_path.o mf_unixpath.o my_fopen.o mf_loadpath.o my_pthread.o my_thr_init.o thr_mutex.o mulalloc.o string.o default.o my_compress.o array.o my_once.o list.o my_net.o dbug.o strmov.o strxmov.o strnmov.o strmake.o strend.o strfill.o ct_init.o is_prefix.o int2str.o str2int.o strinstr.o strcont.o strcend.o bchange.o bmove.o bmove_upp.o longlong2str.o strtoull.o strtoll.o ctype-latin1.o \ +dll.o errmsg.o get_password.o libmysql.o net.o password.o violite.o all: libmysql.a libmysql.a: $(obj) $(AR) r $@ $?