~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/Makefile.am

Cleanup of time code (moved into mysys)

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
                        hash.h \
42
42
                        sha1.h \
43
43
                        thr_alarm.h \
 
44
                        my_time.h \
 
45
                        drizzle_time.h \
44
46
                        thr_lock.h \
45
47
                        base64.h
46
48
 
71
73
                        my_copy.c my_lib.c \
72
74
                        my_delete.c my_rename.c my_redel.c \
73
75
                        my_quick.c my_static.c \
 
76
                        my_time.c \
74
77
                        my_sync.c my_getopt.c my_mkdir.c \
75
78
                        default_modify.c default.c \
76
79
                        my_compress.c checksum.c \