~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-09-15 17:24:04 UTC
  • Revision ID: monty@inaugust.com-20080915172404-ygh6hiyu0q7qpa9x
Removed strndup calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
noinst_LTLIBRARIES =    libmysys.la
21
21
 
22
22
mysysincludedir = ${includedir}/mysys
23
 
dist_mysysinclude_HEADERS =     iocache.h \
24
 
                                my_alloc.h \
 
23
dist_mysysinclude_HEADERS =     my_alloc.h \
25
24
                                my_getopt.h \
26
25
                                my_list.h \
27
26
                                my_sys.h \
33
32
                        my_bitmap.h \
34
33
                        my_dir.h \
35
34
                        my_static.h \
 
35
                        my_handler.h \
 
36
                        my_handler_errors.h \
36
37
                        my_nosys.h \
37
38
                        mysys_err.h \
38
39
                        my_tree.h \
43
44
                        my_time.h \
44
45
                        drizzle_time.h \
45
46
                        thr_lock.h \
46
 
                        base64.h \
47
 
                        aio_result.h
 
47
                        base64.h
48
48
 
49
49
if BUILD_FAST_MUTEX
50
50
thr_mutex_source=thr_mutex.c
58
58
                        my_open.c my_create.c my_dup.c my_seek.c my_read.c \
59
59
                        my_write.c \
60
60
                        mf_iocache.c mf_iocache2.c mf_cache.c mf_tempfile.c \
61
 
                        mf_tempdir.c \
 
61
                        mf_tempdir.c my_handler.c \
62
62
                        my_malloc.c my_realloc.c my_once.c mulalloc.c \
63
63
                        my_alloc.c \
64
64
                        my_fopen.c my_fstream.c my_getsystime.c \
69
69
                        mf_wcomp.c my_gethwaddr.c \
70
70
                        mf_qsort.c mf_qsort2.c mf_sort.c \
71
71
                        ptr_cmp.c mf_radix.c queues.c \
72
 
                        tree.c list.c array.c typelib.c \
73
 
                        my_copy.c my_lib.c hash.c \
 
72
                        tree.c list.c hash.c array.c typelib.c \
 
73
                        my_copy.c my_lib.c \
74
74
                        my_delete.c my_rename.c my_redel.c \
75
75
                        my_quick.c my_static.c \
76
76
                        my_time.c \