~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/plugin.am

  • Committer: Brian Aker
  • Date: 2010-02-14 01:56:51 UTC
  • mto: (1273.16.5 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1300.
  • Revision ID: brian@gaz-20100214015651-ror9j0xu7dccz0ct
Two fixes for "make dist"

Show diffs side-by-side

added added

removed removed

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