~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/Makefile.am

Moved my_sys/my_pthread/my_nosys and mysys_err to mysys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
pkginclude_HEADERS =    $(HEADERS_ABI) \
31
31
                        m_string.h \
32
 
                        my_sys.h \
33
32
                        my_xml.h \
34
 
                        my_pthread.h \
35
33
                        errmsg.h \
36
34
                        my_global.h \
37
35
                        my_net.h \
45
43
noinst_HEADERS =        my_bit.h \
46
44
                        my_bitmap.h \
47
45
                        my_uctype.h \
48
 
                        mysys_err.h \
49
46
                        my_base.h \
50
 
                        my_nosys.h \
51
47
                        queues.h \
52
48
                        my_tree.h \
53
49
                        my_trie.h \