~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/util/include.am

  • Committer: Brian Aker
  • Date: 2010-07-28 21:35:30 UTC
  • mto: This revision was merged to the branch mainline in revision 1671.
  • Revision ID: brian@gaz-20100728213530-aiunkn1ne40wsgtn
This fixes the issue with case and unordered map.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (C) 2010 Brian Aker
1
2
# Copyright (C) 2009 Sun Microsystems, Inc.
2
3
3
4
# This program is free software; you can redistribute it and/or modify
16
17
nobase_dist_include_HEADERS+= \
17
18
                              drizzled/util/convert.h \
18
19
                              drizzled/util/functors.h \
 
20
                              drizzled/util/string.h \
19
21
                              drizzled/util/test.h \
20
22
                              drizzled/util/tokenize.h
21
23