~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/Makefile.am

Merged iocache.h addition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
noinst_LTLIBRARIES =    libmysys.la
21
21
 
22
22
mysysincludedir = ${includedir}/mysys
23
 
dist_mysysinclude_HEADERS =     my_alloc.h \
 
23
dist_mysysinclude_HEADERS =     iocache.h \
 
24
                                my_alloc.h \
24
25
                                my_getopt.h \
25
26
                                my_list.h \
26
27
                                my_sys.h \
44
45
                        my_time.h \
45
46
                        drizzle_time.h \
46
47
                        thr_lock.h \
47
 
                        base64.h
 
48
                        base64.h \
 
49
                        aio_result.h
48
50
 
49
51
if BUILD_FAST_MUTEX
50
52
thr_mutex_source=thr_mutex.c