~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/Makefile.am

Moved my_bit and my_list

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
pkginclude_HEADERS =    my_alloc.h \
33
33
                        my_getopt.h \
 
34
                        my_list.h \
34
35
                        my_sys.h \
35
36
                        my_pthread.h 
36
37
 
37
38
noinst_HEADERS =        mysys_priv.h \
 
39
                        my_bit.h \
38
40
                        my_bitmap.h \
39
41
                        my_static.h \
40
42
                        my_handler.h \