~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/plugin.am

  • Committer: Brian Aker
  • Date: 2010-07-09 20:51:34 UTC
  • mfrom: (1643.4.3 drizzle)
  • Revision ID: brian@gaz-20100709205134-ru4s0889youfrmm5
Merge of Patrick

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# vim:ft=automake
1
2
# Copyright (C) 2000-2002, 2005-2006 MySQL AB
2
3
3
4
# This program is free software; you can redistribute it and/or modify
13
14
# along with this program; if not, write to the Free Software
14
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
15
16
 
 
17
if BUILD_MEMORY_PLUGIN
16
18
noinst_LTLIBRARIES+=    plugin/heap/libheap.la
 
19
endif
17
20
noinst_HEADERS+= \
18
21
                        plugin/heap/ha_heap.h \
19
22
                        plugin/heap/heap.h \