~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-12-09 17:33:02 UTC
  • mfrom: (656.1.54 devel)
  • Revision ID: brian@tangent.org-20081209173302-aptngvc7efxnatnt
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
 
28
28
libmystrings_la_SOURCES =       strxmov.cc bmove_upp.cc \
29
 
                                strfill.cc is_prefix.cc \
 
29
                                is_prefix.cc \
30
30
                                longlong2str.cc \
31
31
                                my_strtoll10.cc \
32
32
                                bchange.cc int2str.cc str2int.cc \
35
35
                                ctype.cc ctype-simple.cc ctype-mb.cc \
36
36
                                ctype-utf8.cc \
37
37
                                ctype-uca.cc ctype-bin.cc \
38
 
                                decimal.cc ctype-extra.cc str_alloc.cc \
 
38
                                decimal.cc ctype-extra.cc \
39
39
                                dtoa.cc 
40
40