~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/Makefile.am

Heap builds clean.
Moved my_handler.c back to mysys - I missed that heap also uses it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
                        $(d_dbug) \
54
54
                        $(top_builddir)/strings/libmystringslt.la -lz
55
55
noinst_PROGRAMS =       mi_test1 mi_test2 mi_test3 #ft_test1 ft_eval
56
 
noinst_HEADERS =        myisamdef.h my_handler_errors.h \
 
56
noinst_HEADERS =        myisamdef.h  \
57
57
                        fulltext.h ftdefs.h ft_test1.h ft_eval.h \
58
58
                        ha_myisam.h mi_extrafunc.h
59
59
mi_test1_DEPENDENCIES=  $(LIBRARIES)
84
84
                        mi_rrnd.c mi_scan.c mi_cache.c \
85
85
                        mi_statrec.c mi_packrec.c mi_dynrec.c \
86
86
                        mi_update.c mi_write.c mi_unique.c \
87
 
                        mi_delete.c my_handler.c \
 
87
                        mi_delete.c \
88
88
                        my_pread.c my_lock.c \
89
89
                        mf_keycache.c mf_keycaches.c \
90
90
                        mi_rprev.c mi_rfirst.c mi_rlast.c mi_rsame.c \