~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-09-16 00:00:48 UTC
  • mto: This revision was merged to the branch mainline in revision 391.
  • Revision ID: monty@inaugust.com-20080916000048-3rvrv3gv9l0ad3gs
Fixed copyright headers in drizzled/

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
                        t_ctype.h
26
26
 
27
27
 
 
28
# LTLIBOBJS contains stpcpy stpncpy
28
29
# IFF the don't exist on
29
30
# the target system. This helps prevent empty object file problems.
30
31
libmystrings_la_LIBADD = $(LTLIBOBJS)
32
33
                                strfill.c is_prefix.c \
33
34
                                strmake.c longlong2str.c \
34
35
                                my_strtoll10.c \
35
 
                                bchange.c int2str.c str2int.c \
 
36
                                bchange.c strxnmov.c int2str.c str2int.c \
36
37
                                llstr.c \
37
 
                                stpcpy.c \
38
 
                                stpncpy.c \
39
38
                                ctype.c ctype-simple.c ctype-mb.c \
40
39
                                ctype-utf8.c \
41
40
                                ctype-uca.c ctype-bin.c \