~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/hash_algorithm/include.am

  • Committer: Joe Daly
  • Date: 2010-01-04 03:34:24 UTC
  • mto: This revision was merged to the branch mainline in revision 1267.
  • Revision ID: skinny.moey@gmail.com-20100104033424-p1lgg0z9663cr0yo
rename hash namespace to hash_algorithm this avoids a naming collision with the hash_map impl

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# along with this program; if not, write to the Free Software
14
14
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
15
15
 
16
 
nobase_dist_include_HEADERS+= drizzled/hash/crc32.h
 
16
nobase_dist_include_HEADERS+= drizzled/hash_algorithm/crc32.h
17
17
 
18
 
noinst_LTLIBRARIES+= drizzled/hash/libhash.la
19
 
drizzled_hash_libhash_la_SOURCES= drizzled/hash/crc32.cc
 
18
noinst_LTLIBRARIES+= drizzled/hash_algorithm/libhash.la
 
19
drizzled_hash_algorithm_libhash_la_SOURCES= drizzled/hash_algorithm/crc32.cc