~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/Makefile.am

Moved base64.h to mysys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
# Trick to get things compiled like they are shared, but linked directly in.
30
30
noinst_LTLIBRARIES = libmysyslt.la
31
31
 
32
 
noinst_HEADERS =        mysys_priv.h my_static.h my_handler_errors.h
 
32
noinst_HEADERS =        mysys_priv.h \
 
33
                        my_static.h \
 
34
                        my_handler_errors.h \
 
35
                        base64.h
 
36
 
33
37
libmysyslt_la_SOURCES = my_init.c my_getwd.c mf_getdate.c \
34
38
                        mf_path.c mf_loadpath.c my_file.c \
35
39
                        my_open.c my_create.c my_dup.c my_seek.c my_read.c \