~drizzle-trunk/drizzle/development

1143.2.9 by Jay Pipes
Merge Monty's fixes for moving crc32 function into a library.
1
# Copyright (C) 2009 Sun Microsystems, Inc.
2
# 
3
# This program is free software; you can redistribute it and/or modify
4
# it under the terms of the GNU General Public License as published by
5
# the Free Software Foundation; version 2 of the License.
6
# 
7
# This program is distributed in the hope that it will be useful,
8
# but WITHOUT ANY WARRANTY; without even the implied warranty of
9
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10
# GNU General Public License for more details.
11
# 
12
# You should have received a copy of the GNU General Public License
13
# 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.
14
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
1143.2.9 by Jay Pipes
Merge Monty's fixes for moving crc32 function into a library.
15
2157.2.1 by Monty Taylor
Provide pkg-config files and also stick drizzle plugin files in a place
16
nobase_dist_pkginclude_HEADERS+= drizzled/algorithm/crc32.h drizzled/algorithm/sha1.h
1143.2.9 by Jay Pipes
Merge Monty's fixes for moving crc32 function into a library.
17
1259.6.2 by Joe Daly
rename hash_algorithm to algorithm
18
noinst_LTLIBRARIES+= drizzled/algorithm/libhash.la
1411.7.6 by Siddharth Prakash Singh
code refactoring - drizzled/algorithm/include.am
19
drizzled_algorithm_libhash_la_SOURCES= drizzled/algorithm/sha1.cc