1669.3.2
by Brian Aker
This fixes the issue with case and unordered map. |
1 |
# Copyright (C) 2010 Brian Aker |
1143.4.8
by Jay Pipes
This commit fixes issues raised by Joe Daly in Bug#489823. |
2 |
# Copyright (C) 2009 Sun Microsystems, Inc. |
3 |
#
|
|
4 |
# This program is free software; you can redistribute it and/or modify |
|
5 |
# it under the terms of the GNU General Public License as published by |
|
6 |
# the Free Software Foundation; version 2 of the License. |
|
7 |
#
|
|
8 |
# This program is distributed in the hope that it will be useful, |
|
9 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
10 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
11 |
# GNU General Public License for more details. |
|
12 |
#
|
|
13 |
# You should have received a copy of the GNU General Public License |
|
14 |
# along with this program; if not, write to the Free Software |
|
1802.10.2
by Monty Taylor
Update all of the copyright headers to include the correct address. |
15 |
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
1143.4.8
by Jay Pipes
This commit fixes issues raised by Joe Daly in Bug#489823. |
16 |
|
1253.2.2
by Monty Taylor
Fixed header install. |
17 |
nobase_dist_include_HEADERS+= \ |
2068.5.5
by Brian Aker
Cleanup build process. |
18 |
drizzled/util/storable.h \ |
19 |
drizzled/util/string.h \ |
|
1861.5.1
by Brian Aker
This just fixes our current catalog to be displayed properly. |
20 |
drizzled/util/backtrace.h \ |
1283.1.4
by Monty Taylor
Added string tokenizing template function. |
21 |
drizzled/util/convert.h \ |
22 |
drizzled/util/functors.h \ |
|
1904.1.1
by Brian Aker
Merge in change to have just a single function for both |
23 |
drizzled/util/tablename_to_filename.h \ |
1283.1.4
by Monty Taylor
Added string tokenizing template function. |
24 |
drizzled/util/test.h \ |
25 |
drizzled/util/tokenize.h |
|
1192.3.58
by Monty Taylor
Merged up with build. |
26 |
|
27 |
noinst_LTLIBRARIES+= drizzled/util/libutil.la |
|
1861.5.1
by Brian Aker
This just fixes our current catalog to be displayed properly. |
28 |
drizzled_util_libutil_la_SOURCES= \ |
29 |
drizzled/util/backtrace.cc \ |
|
1904.1.1
by Brian Aker
Merge in change to have just a single function for both |
30 |
drizzled/util/convert.cc \ |
31 |
drizzled/util/tablename_to_filename.cc |
|
1192.3.58
by Monty Taylor
Merged up with build. |
32 |