~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/Makefile.am

Moved my_handler to MyISAM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
# Trick to get things compiled like they are shared, but linked directly in.
32
32
noinst_LTLIBRARIES = libmysyslt.la
33
33
 
34
 
noinst_HEADERS =        mysys_priv.h my_static.h my_handler_errors.h
 
34
noinst_HEADERS =        mysys_priv.h my_static.h 
35
35
libmysyslt_la_SOURCES = my_init.c my_getwd.c mf_getdate.c \
36
36
                        mf_path.c mf_loadpath.c my_file.c \
37
37
                        my_open.c my_create.c my_dup.c my_seek.c my_read.c \
59
59
                        my_sleep.c \
60
60
                        charset.c charset-def.c my_bitmap.c my_bit.c md5.c \
61
61
                        sha1.c \
62
 
                        my_handler.c \
63
62
                        my_memmem.c \
64
63
                        my_access.c base64.c \
65
64
                        thr_alarm.c thr_lock.c my_thr_init.c \