~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-08-11 17:53:27 UTC
  • Revision ID: brian@tangent.org-20080811175327-ir0x82rmhubup1y3
Removing dead include file, external pack program.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
noinst_LTLIBRARIES =    libmyisam.la libmyisamutil.la \
32
32
                        libmyisamha.la libmyisamnone.la
33
 
bin_PROGRAMS =          myisamchk myisampack
 
33
bin_PROGRAMS =          myisamchk
34
34
noinst_HEADERS =        myisamdef.h \
35
35
                        ha_myisam.h \
36
36
                        keycache.h \
37
37
                        myisam.h \
38
 
                        myisammrg.h \
39
38
                        myisampack.h
40
39
 
41
40
libmyisamutil_la_SOURCES = mi_open.c mi_extra.c mi_info.c mi_rkey.c \