~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to strings/Makefile.am

Removed conf_to_src. There was a MySQL Bug (#17122) about it. No one seems to 
know if it is used anymore, or if so, how. Removing it doesn't do anything to 
the build. /me considers it cruft.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
endif
50
50
 
51
51
libmystringslt_la_SOURCES = $(ASRCS) $(CSRCS)
52
 
noinst_PROGRAMS = conf_to_src
53
52
CLEANFILES = str_test uctypedump test_decimal
54
53
# Default charset definitions
55
54
EXTRA_DIST =    ctype-big5.c ctype-cp932.c ctype-czech.c ctype-eucjpms.c \
67
66
                strnmov-sparc.s strstr-sparc.s strxmov-sparc.s \
68
67
                t_ctype.h my_strchr.c
69
68
 
70
 
conf_to_src_SOURCES = conf_to_src.c 
71
 
conf_to_src_LDADD = libmystringslt.la
72
 
#force static linking of conf_to_src - essential when linking against
73
 
#custom installation of libc
74
 
conf_to_src_LDFLAGS=
75
69
 
76
70
FLAGS=$(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
77
71