~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/plugin.am

  • Committer: Olaf van der Spek
  • Date: 2011-02-12 18:24:24 UTC
  • mto: (2167.1.2 build) (2172.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 2168.
  • Revision ID: olafvdspek@gmail.com-20110212182424-kgnm9osi7qo97at2
casts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#  Copyright (C) 2009 Sun Microsystems
 
1
# vim:ft=automake
 
2
#  Copyright (C) 2009 Sun Microsystems, Inc.
2
3
#
3
4
#  This program is free software; you can redistribute it and/or modify
4
5
#  it under the terms of the GNU General Public License as published by
13
14
#  along with this program; if not, write to the Free Software
14
15
#  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
15
16
 
 
17
if BUILD_MYISAM_PLUGIN
16
18
noinst_LTLIBRARIES+=    plugin/myisam/libmyisam.la 
 
19
endif
17
20
noinst_HEADERS+=        \
18
21
                        plugin/myisam/ha_myisam.h \
19
22
                        plugin/myisam/keycache.h \