~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/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:
427
427
drizzled_drizzled_LDADD= \
428
428
                ${DRIZZLED_LDADD} \
429
429
                ${noinst_LTLIBRARIES} \
430
 
                drizzled/hash/libhash.la \
 
430
                drizzled/hash_algorithm/libhash.la \
431
431
                drizzled/util/libutil.la \
432
432
                drizzled/message/libdrizzledmessage.la \
433
433
                drizzled/libcached_directory.la \