~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/util/include.am

  • Committer: Stewart Smith
  • Date: 2011-01-14 05:11:45 UTC
  • mto: (2086.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2087.
  • Revision ID: stewart@flamingspork.com-20110114051145-xiputq4lvmtct377
storage engine docs. add bit about some temp table only engines.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
16
16
 
17
 
nobase_dist_pkginclude_HEADERS+= \
 
17
nobase_dist_include_HEADERS+= \
18
18
                              drizzled/util/storable.h \
19
19
                              drizzled/util/string.h \
20
20
                              drizzled/util/backtrace.h \
21
21
                              drizzled/util/convert.h \
22
22
                              drizzled/util/functors.h \
23
 
                              drizzled/util/gmtime.h \
24
23
                              drizzled/util/tablename_to_filename.h \
25
24
                              drizzled/util/test.h \
26
25
                              drizzled/util/tokenize.h
29
28
drizzled_util_libutil_la_SOURCES= \
30
29
                                  drizzled/util/backtrace.cc \
31
30
                                  drizzled/util/convert.cc \
32
 
                                  drizzled/util/gmtime.cc \
33
31
                                  drizzled/util/tablename_to_filename.cc
34
32