~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libmysql/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:
72
72
               $(mysysheaders) $(vioheaders) \
73
73
               net.c
74
74
 
75
 
noinst_PROGRAMS = conf_to_src
76
 
conf_to_src_SOURCES = conf_to_src.c
77
 
conf_to_src_LDADD=
78
 
#force static linking of conf_to_src - essential when linking against
79
 
#custom installation of libc
80
 
conf_to_src_LDFLAGS=
81
 
 
82
 
 
83
75
link_sources:
84
76
          set -x; \
85
77
          ds=`echo $(dbugobjects) | sed "s;\.lo;.c;g"`; \