~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-12-07 06:57:48 UTC
  • mfrom: (656.3.2 devel)
  • mto: This revision was merged to the branch mainline in revision 670.
  • Revision ID: monty@inaugust.com-20081207065748-u3amhx3mnhopnaeo
More malloc fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
                        my_bitmap.h \
34
34
                        my_dir.h \
35
35
                        my_static.h \
36
 
                        my_nosys.h \
37
36
                        mysys_err.h \
38
37
                        my_tree.h \
39
38
                        queues.h \
56
55
                        my_write.cc \
57
56
                        mf_iocache.cc mf_iocache2.cc mf_cache.cc mf_tempfile.cc \
58
57
                        mf_tempdir.cc \
59
 
                        my_malloc.cc my_realloc.cc my_once.cc mulalloc.cc \
 
58
                        my_malloc.cc my_realloc.cc mulalloc.cc \
60
59
                        my_alloc.cc \
61
60
                        my_fopen.cc my_fstream.cc my_getsystime.cc \
62
61
                        my_error.cc errors.cc my_filename.cc my_messnc.cc \
69
68
                        tree.cc list.cc array.cc typelib.cc \
70
69
                        my_copy.cc my_lib.cc hash.cc \
71
70
                        my_delete.cc my_rename.cc my_redel.cc \
72
 
                        my_quick.cc my_static.cc \
 
71
                        my_static.cc \
73
72
                        my_time.cc \
74
73
                        my_sync.cc my_getopt.cc my_mkdir.cc \
75
74
                        default_modify.cc default.cc \