~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/Makefile.am

Moved my_bit and my_list

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
                        sql_state.h
23
23
 
24
24
HEADERS_ABI =           drizzle_time.h \
25
 
                        my_list.h \
26
25
                        typelib.h
27
26
 
28
27
pkginclude_HEADERS =    $(HEADERS_ABI) \
33
32
                        sql_common.h \
34
33
                        $(BUILT_SOURCES)
35
34
 
36
 
noinst_HEADERS =        my_bit.h \
37
 
                        my_base.h \
 
35
noinst_HEADERS =        my_base.h \
38
36
                        drizzle_version.h.in \
39
37
                        my_time.h
40
38