~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/Makefile.am

Renamed strmov to stpcpy. Use the builtin version if it exists.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 
57
57
# C files common to all three cases are included directly below, so that
58
58
# ASRCS and CSRCS can be smaller
59
 
# LTLIBOBJS contains strstr strtoll strtoull strmov IFF the don't exist on
 
59
# LTLIBOBJS contains strstr strtoll strtoull stpcpy IFF the don't exist on
60
60
# the target system. This helps prevent empty object file problems.
61
61
libmystringslt_la_LIBADD = $(LTLIBOBJS)
62
62
libmystringslt_la_SOURCES =     $(ASRCS) $(CSRCS) bmove512.c \