~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-10-22 23:45:01 UTC
  • Revision ID: monty@inaugust.com-20081022234501-hwybvprata8ba98l
Moved handler_error_messages array out of header file. Moved associated
functions to live with it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
                        my_dir.h \
35
35
                        my_static.h \
36
36
                        my_handler.h \
37
 
                        my_handler_errors.h \
38
37
                        my_nosys.h \
39
38
                        mysys_err.h \
40
39
                        my_tree.h \
82
81
                        my_sleep.c \
83
82
                        charset.c charset-def.c my_bitmap.c my_bit.c \
84
83
                        sha1.c \
 
84
                        my_handler_errors.c \
85
85
                        my_access.c base64.c \
86
86
                        thr_alarm.c thr_lock.c my_thr_init.c \
87
87
                        ${thr_mutex_source} ${thr_rwlock_source}