~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/Makefile.am

  • Committer: Andy Lester
  • Date: 2008-08-09 18:43:58 UTC
  • mto: (266.1.30 use-replace-funcs)
  • mto: This revision was merged to the branch mainline in revision 287.
  • Revision ID: andy@petdance.com-20080809184358-9178lpr7fy3uddrf
removed one last strnlen reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
noinst_HEADERS =        my_uctype.h
26
26
 
27
27
 
28
 
# LTLIBOBJS contains strstr strtoll strtoull stpcpy stpncpy strnlen getpagesize
 
28
# LTLIBOBJS contains strstr strtoll strtoull stpcpy stpncpy getpagesize
29
29
# IFF the don't exist on
30
30
# the target system. This helps prevent empty object file problems.
31
31
libmystrings_la_LIBADD = $(LTLIBOBJS)