~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/plugin.am

Removed myisamchk from what we install... there is no point for it in Drizzle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
#  along with this program; if not, write to the Free Software
14
14
#  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
15
15
 
16
 
man_MANS+=              plugin/myisam/myisamchk.1
17
 
 
18
16
noinst_LTLIBRARIES+=    plugin/myisam/libmyisam.la 
19
17
noinst_HEADERS+=        \
20
18
                        plugin/myisam/ha_myisam.h \
69
67
                        plugin/myisam/my_pread.cc \
70
68
                        plugin/myisam/sort.cc 
71
69
 
72
 
bin_PROGRAMS+=  plugin/myisam/myisamchk
 
70
noinst_PROGRAMS+=       plugin/myisam/myisamchk
73
71
plugin_myisam_myisamchk_SOURCES= \
74
72
                        plugin/myisam/mi_reportnone.cc \
75
73
                        plugin/myisam/myisamchk.cc